Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Ddistributed-arp-table.c338 * batadv_arp_ip_dst() - extract the ip_dst field from an ARP packet
342 * Return: the value of the ip_dst field in the ARP packet. in batadv_arp_ip_dst()
509 __be32 ip_dst; in batadv_dbg_arp()
515 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_dbg_arp()
519 batadv_arp_hw_dst(skb, hdr_size), &ip_dst); in batadv_dbg_arp()
699 * @ip_dst: ipv4 to look up in the DHT
704 * value of the key. ip_dst is the key. in batadv_dat_select_candidates() argument
709 batadv_dat_select_candidates(struct batadv_priv *bat_priv, __be32 ip_dst, in batadv_dat_select_candidates()
725 dat.ip = ip_dst; in batadv_dat_select_candidates()
731 "%s(): IP=%pI4 hash(IP)=%u\n", __func__, &ip_dst, in batadv_dat_select_candidates()
504 __be32 ip_dst; batadv_dbg_arp() local
1080 __be32 ip_dst; batadv_arp_get_type() local
1192 batadv_dat_arp_create_reply(struct batadv_priv * bat_priv,__be32 ip_src,__be32 ip_dst,u8 * hw_src,u8 * hw_dst,unsigned short vid) batadv_dat_arp_create_reply() argument
1235 __be32 ip_dst; batadv_dat_snoop_outgoing_arp_request() local
1340 __be32 ip_dst; batadv_dat_snoop_incoming_arp_request() local
1405 __be32 ip_dst; batadv_dat_snoop_outgoing_arp_reply() local
1464 __be32 ip_dst; batadv_dat_snoop_incoming_arp_reply() local
1749 batadv_dat_put_dhcp(struct batadv_priv * bat_priv,u8 * chaddr,__be32 yiaddr,u8 * hw_dst,__be32 ip_dst,unsigned short vid) batadv_dat_put_dhcp() argument
1928 __be32 ip_dst; batadv_dat_drop_broadcast_packet() local
[all...]
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_ethtool.c775 ip_addr = &fbd->ip_dst[idx]; in fbnic_get_cls_rule()
824 ip_addr = &fbd->ip_dst[idx]; in fbnic_get_cls_rule()
906 struct fbnic_ip_addr *ip_src = NULL, *ip_dst = NULL; in fbnic_set_cls_rule_ins() local
999 ip_dst = __fbnic_ip4_sync(fbd, fbd->ip_dst, in fbnic_set_cls_rule_ins()
1001 if (!ip_dst) { in fbnic_set_cls_rule_ins()
1007 set_bit(idx, ip_dst->act_tcam); in fbnic_set_cls_rule_ins()
1010 ip_dst - fbd->ip_dst); in fbnic_set_cls_rule_ins()
1069 ip_dst = __fbnic_ip6_sync(fbd, fbd->ipo_dst, in fbnic_set_cls_rule_ins()
1071 if (!ip_dst) { in fbnic_set_cls_rule_ins()
1077 set_bit(idx, ip_dst->act_tcam); in fbnic_set_cls_rule_ins()
[all …]
H A Dfbnic_rpc.c1088 for (idx = ARRAY_SIZE(fbd->ip_dst); idx--;) { in fbnic_write_ip_addr()
1089 struct fbnic_ip_addr *ip_addr = &fbd->ip_dst[idx]; in fbnic_write_ip_addr()
H A Dfbnic_debugfs.c512 return fbnic_dbg_ip_addr_show(s, fbd->ip_dst); in fbnic_dbg_ip_dst_show()
/linux/drivers/net/bonding/
H A Dbond_debugfs.c40 &client_info->ip_dst, in bond_debug_rlb_hash_show()
46 &client_info->ip_dst, in bond_debug_rlb_hash_show()
H A Dbond_alb.c49 __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()
/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/include/linux/fsl/
H A Dntmp.h135 __be32 ip_dst[4]; member
/linux/net/netfilter/
H A Dnf_log_syslog.c40 unsigned char ip_dst[4]; member
109 ap->mac_src, ap->ip_src, ap->mac_dst, ap->ip_dst); in dump_arp_packet()
/linux/net/bridge/
H A Dbr_multicast.c927 __be32 ip_dst, __be32 group, in br_ip4_multicast_alloc_query() argument
981 ip_eth_mc_map(ip_dst, eth->h_dest); in br_ip4_multicast_alloc_query()
998 iph->daddr = ip_dst; in br_ip4_multicast_alloc_query()
1235 struct br_ip *ip_dst, in br_multicast_alloc_query() argument
1244 ip4_dst = ip_dst ? ip_dst->dst.ip4 : htonl(INADDR_ALLHOSTS_GROUP); in br_multicast_alloc_query()
1253 if (ip_dst) in br_multicast_alloc_query()
1254 ip6_dst = ip_dst->dst.ip6; in br_multicast_alloc_query()
1833 struct br_ip *ip_dst, in __br_multicast_send_query() argument
1853 skb = br_multicast_alloc_query(brmctx, pmctx, pg, ip_dst, grou in __br_multicast_send_query()
[all...]
/linux/tools/testing/selftests/net/
H A Dip_defrag.c240 iphdr->ip_dst = addr4; in send_udp_frags()
/linux/net/core/
H A Dselftests.c101 ihdr->daddr = htonl(attr->ip_dst); in net_test_get_skb()
/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()