Searched refs:ip_dst (Results 1 – 5 of 5) sorted by relevance
| /net/batman-adv/ |
| A D | distributed-arp-table.c | 428 __be32 ip_src, ip_dst; in batadv_dbg_arp() local 643 dat.ip = ip_dst; in batadv_dat_select_candidates() 994 __be32 ip_src, ip_dst; in batadv_arp_get_type() local 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() 1130 __be32 ip_dst, ip_src; in batadv_dat_snoop_outgoing_arp_request() local 1226 __be32 ip_src, ip_dst; in batadv_dat_snoop_incoming_arp_request() local 1291 __be32 ip_src, ip_dst; in batadv_dat_snoop_outgoing_arp_reply() local 1339 __be32 ip_src, ip_dst; in batadv_dat_snoop_incoming_arp_reply() local 1369 hw_src, &ip_src, hw_dst, &ip_dst, in batadv_dat_snoop_incoming_arp_reply() [all …]
|
| /net/bridge/netfilter/ |
| A D | ebt_log.c | 49 unsigned char ip_dst[4]; member 170 ap->mac_dst, ap->ip_dst); in ebt_log_packet()
|
| /net/core/ |
| A D | selftests.c | 21 u32 ip_dst; member 137 ihdr->daddr = htonl(attr->ip_dst); in net_test_get_skb()
|
| /net/bridge/ |
| 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()
|
| /net/netfilter/ |
| 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()
|
Completed in 24 milliseconds