| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcm_l2_filter.c | 342 uint8 *ip, uint8 ip_ver, bool cached, unsigned int entry_tickcnt) in bcm_l2_filter_parp_modifyentry() argument 348 if (ip_ver == IP_VER_4 && !IPV4_ADDR_NULL(ip) && !IPV4_ADDR_BCAST(ip)) { in bcm_l2_filter_parp_modifyentry() 352 else if (ip_ver == IP_VER_6 && !IPV6_ADDR_NULL(ip)) { in bcm_l2_filter_parp_modifyentry() 390 uint8 *ip, uint8 ip_ver, bool cached, unsigned int entry_tickcnt) in bcm_l2_filter_parp_addentry() argument 396 if (ip_ver == IP_VER_4 && !IPV4_ADDR_NULL(ip) && !IPV4_ADDR_BCAST(ip)) { in bcm_l2_filter_parp_addentry() 400 else if (ip_ver == IP_VER_6 && !IPV6_ADDR_NULL(ip)) { in bcm_l2_filter_parp_addentry() 409 L2_FILTER_MSG(("Allocating new parp_entry for IPv%d failed!!\n", ip_ver)); in bcm_l2_filter_parp_addentry() 415 entry->ip.id = ip_ver; in bcm_l2_filter_parp_addentry() 438 uint8 *ip, uint8 ip_ver, bool cached) in bcm_l2_filter_parp_delentry() argument 444 if (ip_ver == IP_VER_4) { in bcm_l2_filter_parp_delentry() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcm_l2_filter.c | 342 uint8 *ip, uint8 ip_ver, bool cached, unsigned int entry_tickcnt) in bcm_l2_filter_parp_modifyentry() argument 348 if (ip_ver == IP_VER_4 && !IPV4_ADDR_NULL(ip) && !IPV4_ADDR_BCAST(ip)) { in bcm_l2_filter_parp_modifyentry() 352 else if (ip_ver == IP_VER_6 && !IPV6_ADDR_NULL(ip)) { in bcm_l2_filter_parp_modifyentry() 390 uint8 *ip, uint8 ip_ver, bool cached, unsigned int entry_tickcnt) in bcm_l2_filter_parp_addentry() argument 396 if (ip_ver == IP_VER_4 && !IPV4_ADDR_NULL(ip) && !IPV4_ADDR_BCAST(ip)) { in bcm_l2_filter_parp_addentry() 400 else if (ip_ver == IP_VER_6 && !IPV6_ADDR_NULL(ip)) { in bcm_l2_filter_parp_addentry() 409 L2_FILTER_MSG(("Allocating new parp_entry for IPv%d failed!!\n", ip_ver)); in bcm_l2_filter_parp_addentry() 415 entry->ip.id = ip_ver; in bcm_l2_filter_parp_addentry() 438 uint8 *ip, uint8 ip_ver, bool cached) in bcm_l2_filter_parp_delentry() argument 444 if (ip_ver == IP_VER_4) { in bcm_l2_filter_parp_delentry() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcm_l2_filter.h | 79 uint8 *ip, uint8 ip_ver, bool cached, unsigned int entry_tickcnt); 81 uint8 *ip, uint8 ip_ver, bool cached); 83 uint8 ip_ver, bool cached, unsigned int entry_tickcnt); 86 uint8 *ip, uint8 ip_ver, bool cached, unsigned int entry_tickcnt);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcm_l2_filter.h | 79 uint8 *ip, uint8 ip_ver, bool cached, unsigned int entry_tickcnt); 81 uint8 *ip, uint8 ip_ver, bool cached); 83 uint8 ip_ver, bool cached, unsigned int entry_tickcnt); 86 uint8 *ip, uint8 ip_ver, bool cached, unsigned int entry_tickcnt);
|
| /OK3568_Linux_fs/kernel/drivers/mailbox/ |
| H A D | stm32-ipcc.c | 211 u32 ip_ver; in stm32_ipcc_probe() local 318 ip_ver = readl_relaxed(ipcc->reg_base + IPCC_VER); in stm32_ipcc_probe() 321 FIELD_GET(VER_MAJREV_MASK, ip_ver), in stm32_ipcc_probe() 322 FIELD_GET(VER_MINREV_MASK, ip_ver), in stm32_ipcc_probe()
|
| /OK3568_Linux_fs/kernel/net/tls/ |
| H A D | tls_main.c | 70 int ip_ver = sk->sk_family == AF_INET6 ? TLSV6 : TLSV4; in update_sk_prot() local 73 &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot() 75 &tls_proto_ops[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot() 675 int ip_ver = sk->sk_family == AF_INET6 ? TLSV6 : TLSV4; in tls_build_proto() local 679 if (ip_ver == TLSV6 && in tls_build_proto() 691 if (ip_ver == TLSV4 && in tls_build_proto()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ethtool_fdir.c | 140 fsp->h_u.usr_ip4_spec.ip_ver = ETH_RX_NFC_IP4; in ice_get_ethtool_fdir_entry() 148 fsp->m_u.usr_ip4_spec.ip_ver = 0xFF; in ice_get_ethtool_fdir_entry() 863 if (usr_ip4_spec->ip_ver) in ice_set_fdir_ip4_usr_seg() 1545 input->ip.v4.ip_ver = fsp->h_u.usr_ip4_spec.ip_ver; in ice_set_fdir_input_set() 1551 input->mask.v4.ip_ver = fsp->m_u.usr_ip4_spec.ip_ver; in ice_set_fdir_input_set()
|
| H A D | ice_fdir.h | 87 u8 ip_ver; member
|
| H A D | ice_fdir.c | 779 a->ip.v4.ip_ver == b->ip.v4.ip_ver && in ice_fdir_comp_rules()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qedr/ |
| H A D | qedr_roce_cm.c | 395 int ip_ver = 0; in qedr_gsi_build_header() local 418 ip_ver = 4; in qedr_gsi_build_header() 424 ip_ver = 6; in qedr_gsi_build_header() 430 has_grh_ipv6, ip_ver, has_udp, 0, udh); in qedr_gsi_build_header()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qedi/ |
| H A D | qedi_nvm_iscsi_cfg.h | 154 u32 ip_ver; member
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | ethtool.h | 375 __u8 ip_ver; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | ethtool.c | 893 uip_entry->ip_ver = ETH_RX_NFC_IP4; in ef4_ethtool_get_class_rule() 1126 if (uip_mask->l4_4_bytes || uip_mask->tos || uip_mask->ip_ver || in ef4_ethtool_set_class_rule() 1127 uip_entry->ip_ver != ETH_RX_NFC_IP4) in ef4_ethtool_set_class_rule()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | ethtool_common.c | 755 uip_entry->ip_ver = ETH_RX_NFC_IP4; in efx_ethtool_get_class_rule() 1033 if (uip_mask->l4_4_bytes || uip_mask->tos || uip_mask->ip_ver || in efx_ethtool_set_class_rule() 1034 uip_entry->ip_ver != ETH_RX_NFC_IP4) in efx_ethtool_set_class_rule()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | ethtool-copy.h | 491 __u8 ip_ver; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/ |
| H A D | bcmsysport.c | 1239 __be16 ip_ver; in bcm_sysport_insert_tsb() local 1266 ip_ver = skb->protocol; in bcm_sysport_insert_tsb() 1267 switch (ip_ver) { in bcm_sysport_insert_tsb() 1289 ip_ver == htons(ETH_P_IP)) in bcm_sysport_insert_tsb()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ethtool.h | 766 __u8 ip_ver; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ethtool.h | 766 __u8 ip_ver; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | ethtool.h | 885 __u8 ip_ver; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-ethtool.c | 356 if (uip_mask->tos || uip_mask->ip_ver) in dpaa2_eth_prep_uip_rule()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/genet/ |
| H A D | bcmgenet.c | 1358 VALIDATE_MASK(l4_mask->ip_ver) || in bcmgenet_validate_flow() 1938 __be16 ip_ver; in bcmgenet_add_tsb() local 1961 ip_ver = skb->protocol; in bcmgenet_add_tsb() 1962 switch (ip_ver) { in bcmgenet_add_tsb()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_fs_ethtool.c | 542 fs->h_u.usr_ip4_spec.ip_ver != ETH_RX_NFC_IP4) in validate_ip4()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/ |
| H A D | gianfar_ethtool.c | 1206 if (flow->h_u.usr_ip4_spec.ip_ver != ETH_RX_NFC_IP4) in gfar_check_capability()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_ethtool.c | 3274 fsp->h_u.usr_ip4_spec.ip_ver = ETH_RX_NFC_IP4; in i40e_get_ethtool_fdir_entry() 4245 if (usr_ip4_spec->ip_ver) in i40e_check_fdir_input_set()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_ethtool.c | 1367 cmd->fs.h_u.usr_ip4_spec.ip_ver != ETH_RX_NFC_IP4 || in mlx4_en_validate_flow()
|