Home
last modified time | relevance | path

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

12

/openbmc/linux/net/batman-adv/
H A Ddistributed-arp-table.c429 __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()
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; in batadv_arp_get_type() local
1042 ip_dst = batadv_arp_ip_dst(skb, hdr_size); in batadv_arp_get_type()
1044 ipv4_is_loopback(ip_dst) || ipv4_is_multicast(ip_dst) || in batadv_arp_get_type()
1046 ipv4_is_zeronet(ip_dst) || ipv4_is_lbcast(ip_dst)) in batadv_arp_get_type()
[all …]
/openbmc/qemu/net/
H A Dtrace-events19 …stc, const char *std) "ppkt size = %d, ip_src = %s, ip_dst = %s, spkt size = %d, ip_src = %s, ip_d…
H A Dcolo.c104 key->src = pkt->ip->ip_dst; in extract_ip_and_port()
110 key->dst = pkt->ip->ip_dst; in extract_ip_and_port()
H A Dutil.h50 struct in_addr ip_src, ip_dst; /* source and dest address */ member
H A Dfilter-rewriter.c80 inet_ntoa(pkt->ip->ip_src), inet_ntoa(pkt->ip->ip_dst), in handle_primary_tcp_pkt()
187 inet_ntoa(pkt->ip->ip_src), inet_ntoa(pkt->ip->ip_dst), in handle_secondary_tcp_pkt()
H A Deth.c333 ipph.ip_dst = iphdr->ip_dst; in eth_calc_ip4_pseudo_hdr_csum()
/openbmc/linux/drivers/net/bonding/
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()
H A Dbond_debugfs.c39 &client_info->ip_dst, in bond_debug_rlb_hash_show()
/openbmc/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()
/openbmc/qemu/hw/net/rocker/
H A Drocker-hmp-cmds.c189 if (key->ip_dst) { in hmp_rocker_of_dpa_flows()
190 monitor_printf(mon, " dst %s", key->ip_dst); in hmp_rocker_of_dpa_flows()
/openbmc/qemu/include/net/
H A Deth.h58 uint32_t ip_src, ip_dst; /* source and destination address */ member
92 uint32_t ip_dst; member
/openbmc/u-boot/net/
H A Dping.c99 net_copy_ip((void *)&ip->ip_dst, &ip->ip_src); in ping_receive()
H A Dnet.c1229 dst_ip = net_read_ip(&ip->ip_dst); in net_process_received_packet()
1289 xsum += (ntohl(ip->ip_dst.s_addr) >> 16) & 0x0000ffff; in net_process_received_packet()
1290 xsum += (ntohl(ip->ip_dst.s_addr) >> 0) & 0x0000ffff; in net_process_received_packet()
1523 net_copy_ip((void *)&ip->ip_dst, &dest); in net_set_ip_header()
/openbmc/linux/include/net/
H A Dbond_alb.h96 __be32 ip_dst; /* the client IP address */ member
/openbmc/linux/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()
/openbmc/linux/net/core/
H A Dselftests.c21 u32 ip_dst; member
136 ihdr->daddr = htonl(attr->ip_dst); in net_test_get_skb()
/openbmc/u-boot/drivers/net/
H A Dsandbox.c149 net_copy_ip((void *)&ipr->ip_dst, &ip->ip_src); in sandbox_eth_ping_req_to_reply()
236 net_write_ip(&ipr->ip_dst, net_ip); in sandbox_eth_recv_ping_req()
/openbmc/u-boot/include/
H A Dnet.h362 struct in_addr ip_dst; /* Destination IP address */ member
386 struct in_addr ip_dst; /* Destination IP address */ member
/openbmc/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()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_snp.c122 boottime->set_mem(&p.ip_udp.ip_dst, 4, 0xff); in send_dhcp_discover()
/openbmc/u-boot/test/dm/
H A Deth.c379 ut_assert(net_read_ip(&ip->ip_dst).s_addr == in sb_check_ping_reply()
/openbmc/linux/net/bridge/
H A Dbr_multicast.c928 __be32 ip_dst, __be32 group, in br_ip4_multicast_alloc_query() argument
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() argument
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() argument
1798 skb = br_multicast_alloc_query(brmctx, pmctx, pg, ip_dst, group, in __br_multicast_send_query()
/openbmc/linux/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()
/openbmc/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()
/openbmc/qemu/hw/hyperv/
H A Dsyndbg.c169 PKT_GET_IP_HDR(pkt)->ip_dst = syndbg->target_ip; in create_udp_pkt()

12