Home
last modified time | relevance | path

Searched refs:ip_dst (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-5.10/net/batman-adv/
H A Ddistributed-arp-table.c267 * batadv_arp_ip_dst() - extract the ip_dst field from an ARP packet
271 * Return: the value of the ip_dst field in the ARP packet.
431 __be32 ip_src, ip_dst; in batadv_dbg_arp() local
437 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_dbg_arp()
441 batadv_arp_hw_dst(skb, hdr_size), &ip_dst); in batadv_dbg_arp()
621 * @ip_dst: ipv4 to look up in the DHT
626 * value of the key. ip_dst is the key.
631 batadv_dat_select_candidates(struct batadv_priv *bat_priv, __be32 ip_dst, in batadv_dat_select_candidates() argument
647 dat.ip = ip_dst; in batadv_dat_select_candidates()
653 "%s(): IP=%pI4 hash(IP)=%u\n", __func__, &ip_dst, in batadv_dat_select_candidates()
1064 __be32 ip_src, ip_dst; batadv_arp_get_type() local
1166 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
1200 __be32 ip_dst, ip_src; batadv_dat_snoop_outgoing_arp_request() local
1297 __be32 ip_src, ip_dst; batadv_dat_snoop_incoming_arp_request() local
1363 __be32 ip_src, ip_dst; batadv_dat_snoop_outgoing_arp_reply() local
1411 __be32 ip_src, ip_dst; batadv_dat_snoop_incoming_arp_reply() local
1694 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
1856 __be32 ip_dst; batadv_dat_drop_broadcast_packet() local
[all...]
/kernel/linux/linux-6.6/net/batman-adv/
H A Ddistributed-arp-table.c266 * batadv_arp_ip_dst() - extract the ip_dst field from an ARP packet
270 * Return: the value of the ip_dst field in the ARP packet.
429 __be32 ip_src, ip_dst; in batadv_dbg_arp() local
435 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_dbg_arp()
439 batadv_arp_hw_dst(skb, hdr_size), &ip_dst); in batadv_dbg_arp()
618 * @ip_dst: ipv4 to look up in the DHT
623 * value of the key. ip_dst is the key.
628 batadv_dat_select_candidates(struct batadv_priv *bat_priv, __be32 ip_dst, in batadv_dat_select_candidates() argument
644 dat.ip = ip_dst; in batadv_dat_select_candidates()
650 "%s(): IP=%pI4 hash(IP)=%u\n", __func__, &ip_dst, in batadv_dat_select_candidates()
1005 __be32 ip_src, ip_dst; batadv_arp_get_type() local
1107 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
1141 __be32 ip_dst, ip_src; batadv_dat_snoop_outgoing_arp_request() local
1237 __be32 ip_src, ip_dst; batadv_dat_snoop_incoming_arp_request() local
1302 __be32 ip_src, ip_dst; batadv_dat_snoop_outgoing_arp_reply() local
1350 __be32 ip_src, ip_dst; batadv_dat_snoop_incoming_arp_reply() local
1632 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
1794 __be32 ip_dst; batadv_dat_drop_broadcast_packet() local
[all...]
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Dnf_log_arp.c39 unsigned char ip_dst[4]; member
89 ap->mac_src, ap->ip_src, ap->mac_dst, ap->ip_dst); in dump_arp_packet()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
H A Dip.h89 struct in_addr ip_src, ip_dst; member
H A Din.h186 struct in_addr ip_dst; member
/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_debugfs.c39 &client_info->ip_dst, in bond_debug_rlb_hash_show()
H A Dbond_alb.c49 __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()
[all...]
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_debugfs.c39 &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()
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dbond_alb.h96 __be32 ip_dst; /* the client IP address */ member
/kernel/linux/linux-6.6/include/net/
H A Dbond_alb.h96 __be32 ip_dst; /* the client IP address */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c41 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c41 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()
/kernel/linux/linux-6.6/net/core/
H A Dselftests.c21 u32 ip_dst; member
136 ihdr->daddr = htonl(attr->ip_dst); in net_test_get_skb()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_multicast.c687 __be32 ip_dst, __be32 group, in br_ip4_multicast_alloc_query()
740 ip_eth_mc_map(ip_dst, eth->h_dest); in br_ip4_multicast_alloc_query()
757 iph->daddr = ip_dst; in br_ip4_multicast_alloc_query()
995 struct br_ip *ip_dst, in br_multicast_alloc_query()
1005 ip4_dst = ip_dst ? ip_dst->dst.ip4 : htonl(INADDR_ALLHOSTS_GROUP); in br_multicast_alloc_query()
1015 if (ip_dst) in br_multicast_alloc_query()
1016 ip6_dst = ip_dst->dst.ip6; in br_multicast_alloc_query()
1433 struct br_ip *ip_dst, in __br_multicast_send_query()
1444 skb = br_multicast_alloc_query(br, pg, ip_dst, grou in __br_multicast_send_query()
685 br_ip4_multicast_alloc_query(struct net_bridge *br, struct net_bridge_port_group *pg, __be32 ip_dst, __be32 group, bool with_srcs, bool over_lmqt, u8 sflag, u8 *igmp_type, bool *need_rexmit) br_ip4_multicast_alloc_query() argument
993 br_multicast_alloc_query(struct net_bridge *br, struct net_bridge_port_group *pg, struct br_ip *ip_dst, struct br_ip *group, bool with_srcs, bool over_lmqt, u8 sflag, u8 *igmp_type, bool *need_rexmit) br_multicast_alloc_query() argument
1430 __br_multicast_send_query(struct net_bridge *br, struct net_bridge_port *port, struct net_bridge_port_group *pg, struct br_ip *ip_dst, struct br_ip *group, bool with_srcs, u8 sflag, bool *need_rexmit) __br_multicast_send_query() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0.c927 data->ip_dst[0]); in hw_atl_a0_hw_fl3l4_set()
934 data->ip_dst); in hw_atl_a0_hw_fl3l4_set()
H A Dhw_atl_utils.h377 u32 ip_dst[4]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0.c927 data->ip_dst[0]); in hw_atl_a0_hw_fl3l4_set()
934 data->ip_dst); in hw_atl_a0_hw_fl3l4_set()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_multicast.c928 __be32 ip_dst, __be32 group, in br_ip4_multicast_alloc_query()
982 ip_eth_mc_map(ip_dst, eth->h_dest); in br_ip4_multicast_alloc_query()
999 iph->daddr = ip_dst; in br_ip4_multicast_alloc_query()
1240 struct br_ip *ip_dst, in br_multicast_alloc_query()
1250 ip4_dst = ip_dst ? ip_dst->dst.ip4 : htonl(INADDR_ALLHOSTS_GROUP); in br_multicast_alloc_query()
1260 if (ip_dst) in br_multicast_alloc_query()
1261 ip6_dst = ip_dst->dst.ip6; in br_multicast_alloc_query()
1783 struct br_ip *ip_dst, in __br_multicast_send_query()
1798 skb = br_multicast_alloc_query(brmctx, pmctx, pg, ip_dst, grou in __br_multicast_send_query()
925 br_ip4_multicast_alloc_query(struct net_bridge_mcast *brmctx, struct net_bridge_mcast_port *pmctx, struct net_bridge_port_group *pg, __be32 ip_dst, __be32 group, bool with_srcs, bool over_lmqt, u8 sflag, u8 *igmp_type, bool *need_rexmit) br_ip4_multicast_alloc_query() argument
1237 br_multicast_alloc_query(struct net_bridge_mcast *brmctx, struct net_bridge_mcast_port *pmctx, struct net_bridge_port_group *pg, struct br_ip *ip_dst, struct br_ip *group, bool with_srcs, bool over_lmqt, u8 sflag, u8 *igmp_type, bool *need_rexmit) br_multicast_alloc_query() argument
1780 __br_multicast_send_query(struct net_bridge_mcast *brmctx, struct net_bridge_mcast_port *pmctx, struct net_bridge_port_group *pg, struct br_ip *ip_dst, struct br_ip *group, bool with_srcs, u8 sflag, bool *need_rexmit) __br_multicast_send_query() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dip_defrag.c240 iphdr->ip_dst = addr4; in send_udp_frags()

Completed in 29 milliseconds

12