Searched refs:ip_dst (Results 1 – 10 of 10) sorted by relevance
/drivers/net/bonding/ |
D | bond_alb.c | 48 __be32 ip_dst; /* target IP address */ member 259 (client_info->ip_src == arp->ip_dst) && in rlb_update_entry_from_arp() 260 (client_info->ip_dst == arp->ip_src) && in rlb_update_entry_from_arp() 433 client_info->ip_dst, in rlb_update_client() 564 hash_index = _simple_hash((u8 *)&arp->ip_dst, sizeof(arp->ip_dst)); in rlb_choose_channel() 569 (client_info->ip_dst == arp->ip_dst)) { in rlb_choose_channel() 610 client_info->ip_dst = arp->ip_dst; in rlb_choose_channel()
|
D | bond_debugfs.c | 39 &client_info->ip_dst, in bond_debug_rlb_hash_show()
|
/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_selftests.c | 41 u32 ip_dst; member 183 ihdr->daddr = htonl(attr->ip_dst); in stmmac_test_get_udp_skb() 223 __be32 ip_dst = htonl(attr->ip_dst); in stmmac_test_get_arp_skb() local 226 skb = arp_create(ARPOP_REQUEST, ETH_P_ARP, ip_dst, priv->dev, ip_src, in stmmac_test_get_arp_skb() 1393 attr.ip_dst = dst; in __stmmac_test_l3filt() 1525 attr.ip_dst = 0; in __stmmac_test_l4filt() 1648 attr.ip_dst = ip_addr; in stmmac_test_arpoffload()
|
/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_filters.c | 515 data->ip_dst[0] = in aq_set_data_fl3l4() 523 data->ip_dst[i] = in aq_set_data_fl3l4() 546 if (data->ip_dst[0] && !data->is_ipv6) in aq_set_data_fl3l4()
|
/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_a0.c | 927 data->ip_dst[0]); in hw_atl_a0_hw_fl3l4_set() 934 data->ip_dst); in hw_atl_a0_hw_fl3l4_set()
|
D | hw_atl_utils.h | 377 u32 ip_dst[4]; member
|
D | hw_atl_b0.c | 1486 data->ip_dst[0]); in hw_atl_b0_hw_fl3l4_set() 1493 data->ip_dst); in hw_atl_b0_hw_fl3l4_set()
|
/drivers/net/ethernet/netronome/nfp/flower/ |
D | action.c | 695 struct nfp_fl_set_ipv6_addr *ip_dst, in nfp_fl_set_ip6() argument 724 exact, mask, ip_dst); in nfp_fl_set_ip6()
|
/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_tc.c | 709 req->ip_dst[0] = l3_key->ipv4.daddr.s_addr; in bnxt_hwrm_cfa_flow_alloc() 716 memcpy(req->ip_dst, l3_key->ipv6.daddr.s6_addr32, in bnxt_hwrm_cfa_flow_alloc() 717 sizeof(req->ip_dst)); in bnxt_hwrm_cfa_flow_alloc()
|
D | bnxt_hsi.h | 7416 __be32 ip_dst[4]; member
|