Home
last modified time | relevance | path

Searched refs:ip_dst (Results 1 – 12 of 12) sorted by relevance

/linux/net/batman-adv/
H A Ddistributed-arp-table.c428 __be32 ip_src, ip_dst; in batadv_dbg_arp() local
434 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_dbg_arp()
438 batadv_arp_hw_dst(skb, hdr_size), &ip_dst); in batadv_dbg_arp()
627 batadv_dat_select_candidates(struct batadv_priv *bat_priv, __be32 ip_dst, in batadv_dat_select_candidates() argument
643 dat.ip = ip_dst; in batadv_dat_select_candidates()
649 "%s(): IP=%pI4 hash(IP)=%u\n", __func__, &ip_dst, in batadv_dat_select_candidates()
994 __be32 ip_src, ip_dst; in batadv_arp_get_type() local
1031 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_arp_get_type()
1033 ipv4_is_loopback(ip_dst) || ipv4_is_multicast(ip_dst) || in batadv_arp_get_type()
1035 ipv4_is_zeronet(ip_dst) || ipv4_is_lbcast(ip_dst)) in batadv_arp_get_type()
[all …]
/linux/net/bridge/netfilter/
H A Debt_log.c49 unsigned char ip_dst[4]; member
170 ap->mac_dst, ap->ip_dst); in ebt_log_packet()
/linux/include/net/
H A Dbond_alb.h96 __be32 ip_dst; /* the client IP address */ member
/linux/net/core/
H A Dselftests.c101 ihdr->daddr = htonl(attr->ip_dst); in net_test_get_skb()
21 u32 ip_dst; global() member
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c515 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/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_debugfs.c153 return fbnic_dbg_ip_addr_show(s, fbd->ip_dst); in fbnic_dbg_ip_dst_show()
/linux/net/netfilter/
H A Dnf_log_syslog.c40 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 Dip_defrag.c240 iphdr->ip_dst = addr4; in send_udp_frags()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.h376 u32 ip_dst[4]; member
H A Dhw_atl_b0.c1469 data->ip_dst[0]); in hw_atl_b0_hw_fl3l4_set()
1476 data->ip_dst); in hw_atl_b0_hw_fl3l4_set()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c713 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 Dbnxt_tc.c713 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()