/linux/drivers/net/bonding/ |
H A D | bond_alb.c | 49 __be32 ip_dst; /* target IP address */ member 260 (client_info->ip_src == arp->ip_dst) && in rlb_update_entry_from_arp() 261 (client_info->ip_dst == arp->ip_src) && in rlb_update_entry_from_arp() 435 client_info->ip_dst, in rlb_update_client() 566 hash_index = _simple_hash((u8 *)&arp->ip_dst, sizeof(arp->ip_dst)); in rlb_choose_channel() 571 (client_info->ip_dst == arp->ip_dst)) { in rlb_choose_channel() 612 client_info->ip_dst = arp->ip_dst; in rlb_choose_channel()
|
H A D | bond_debugfs.c | 39 &client_info->ip_dst, in bond_debug_rlb_hash_show()
|
/linux/net/bridge/netfilter/ |
H A D | ebt_log.c | 49 unsigned char ip_dst[4]; member 170 ap->mac_dst, ap->ip_dst); in ebt_log_packet()
|
/linux/include/net/ |
H A D | bond_alb.h | 96 __be32 ip_dst; /* the client IP address */ member
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A 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()
|
/linux/net/core/ |
H A D | selftests.c | 21 u32 ip_dst; member 136 ihdr->daddr = htonl(attr->ip_dst); in net_test_get_skb()
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A 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()
|
/linux/net/bridge/ |
H A D | br_multicast.c | 929 __be32 ip_dst, __be32 group, in br_ip4_multicast_alloc_query() argument 983 ip_eth_mc_map(ip_dst, eth->h_dest); in br_ip4_multicast_alloc_query() 1000 iph->daddr = ip_dst; in br_ip4_multicast_alloc_query() 1241 struct br_ip *ip_dst, in br_multicast_alloc_query() argument 1251 ip4_dst = ip_dst ? ip_dst->dst.ip4 : htonl(INADDR_ALLHOSTS_GROUP); in br_multicast_alloc_query() 1261 if (ip_dst) in br_multicast_alloc_query() 1262 ip6_dst = ip_dst->dst.ip6; in br_multicast_alloc_query() 1784 struct br_ip *ip_dst, in __br_multicast_send_query() argument 1799 skb = br_multicast_alloc_query(brmctx, pmctx, pg, ip_dst, group, in __br_multicast_send_query()
|
/linux/net/netfilter/ |
H A D | nf_log_syslog.c | 40 unsigned char ip_dst[4]; member 106 ap->mac_src, ap->ip_src, ap->mac_dst, ap->ip_dst); in dump_arp_packet()
|
/linux/tools/testing/selftests/net/ |
H A D | ip_defrag.c | 240 iphdr->ip_dst = addr4; in send_udp_frags()
|
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_utils.h | 377 u32 ip_dst[4]; member
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | action.c | 713 struct nfp_fl_set_ipv6_addr *ip_dst, in nfp_fl_set_ip6() argument 742 exact, mask, ip_dst); in nfp_fl_set_ip6()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 713 req->ip_dst[0] = l3_key->ipv4.daddr.s_addr; in bnxt_hwrm_cfa_flow_alloc() 720 memcpy(req->ip_dst, l3_key->ipv6.daddr.s6_addr32, in bnxt_hwrm_cfa_flow_alloc() 721 sizeof(req->ip_dst)); in bnxt_hwrm_cfa_flow_alloc()
|
H A D | bnxt_hsi.h | 8274 __be32 ip_dst[4]; member
|