Searched refs:ip_src (Results 1 - 16 of 16) sorted by relevance

/linux-master/net/batman-adv/
H A Ddistributed-arp-table.c242 * batadv_arp_ip_src() - extract the ip_src field from an ARP packet
246 * Return: the value of the ip_src field in the ARP packet.
429 __be32 ip_src, ip_dst; local
434 ip_src = batadv_arp_ip_src(skb, hdr_size);
438 batadv_arp_hw_src(skb, hdr_size), &ip_src,
1004 __be32 ip_src, ip_dst; local
1040 ip_src = batadv_arp_ip_src(skb, hdr_size);
1042 if (ipv4_is_loopback(ip_src) || ipv4_is_multicast(ip_src) ||
1044 ipv4_is_zeronet(ip_src) || ipv4_is_lbcas
1106 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) argument
1140 __be32 ip_dst, ip_src; local
1236 __be32 ip_src, ip_dst; local
1301 __be32 ip_src, ip_dst; local
1349 __be32 ip_src, ip_dst; local
1436 batadv_dat_check_dhcp_ipudp(struct sk_buff *skb, __be32 *ip_src) argument
1476 batadv_dat_check_dhcp(struct sk_buff *skb, __be16 proto, __be32 *ip_src) argument
1679 batadv_dat_check_dhcp_ack(struct sk_buff *skb, __be16 proto, __be32 *ip_src, u8 *chaddr, __be32 *yiaddr) argument
1722 __be32 ip_src, yiaddr; local
1749 __be32 ip_src, yiaddr; local
[all...]
/linux-master/drivers/net/bonding/
H A Dbond_debugfs.c38 &client_info->ip_src,
H A Dbond_alb.c47 __be32 ip_src; /* sender IP address */ member in struct:arp_pkt
256 hash_index = _simple_hash((u8 *)&(arp->ip_src), sizeof(arp->ip_src));
260 (client_info->ip_src == arp->ip_dst) &&
261 (client_info->ip_dst == arp->ip_src) &&
284 /* We received an ARP from arp->ip_src.
291 * Clean up all hash table entries that have this address as ip_src but
437 client_info->ip_src,
541 if ((client_info->ip_src == src_ip) &&
570 if ((client_info->ip_src
[all...]
/linux-master/include/net/
H A Dbond_alb.h88 * There are also linked lists of entries with identical hash(ip_src). These
89 * allow cleaning up the table from ip_src<->mac_src associations that have
95 __be32 ip_src; /* the server IP address */ member in struct:rlb_client_info
104 /* ip_src based hashing */
105 u32 src_next; /* next entry with same hash(ip_src) */
106 u32 src_prev; /* prev entry with same hash(ip_src) */
107 u32 src_first; /* first entry with hash(ip_src) == this entry's index */
/linux-master/net/bridge/netfilter/
H A Debt_log.c47 unsigned char ip_src[4]; member in struct:arppayload
169 ap->mac_src, ap->ip_src,
/linux-master/tools/testing/selftests/net/
H A Dip_defrag.c106 sum = raw_checksum((uint8_t *)&iphdr->ip_src, 2 * sizeof(iphdr->ip_src),
239 iphdr->ip_src.s_addr = htonl(INADDR_LOOPBACK);
/linux-master/net/core/
H A Dselftests.c20 u32 ip_src; member in struct:net_packet_attrs
135 ihdr->saddr = htonl(attr->ip_src);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c40 u32 ip_src; member in struct:stmmac_packet_attrs
182 ihdr->saddr = htonl(attr->ip_src);
222 __be32 ip_src = htonl(attr->ip_src); local
226 skb = arp_create(ARPOP_REQUEST, ETH_P_ARP, ip_dst, priv->dev, ip_src,
1394 attr.ip_src = src;
1625 u32 ip_src = 0xdeadbeef; local
1646 attr.ip_src = ip_src;
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c513 data->ip_src[0] =
525 data->ip_src[i] =
544 if (data->ip_src[0] && !data->is_ipv6)
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.h378 u32 ip_src[4]; member in struct:aq_rx_filter_l3l4
H A Dhw_atl_a0.c930 data->ip_src[0]);
937 data->ip_src);
H A Dhw_atl_b0.c1489 data->ip_src[0]);
1496 data->ip_src);
/linux-master/net/netfilter/
H A Dnf_log_syslog.c38 unsigned char ip_src[4]; member in struct:arppayload
106 ap->mac_src, ap->ip_src, ap->mac_dst, ap->ip_dst);
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c699 struct nfp_fl_set_ipv6_addr *ip_src,
722 exact, mask, ip_src);
697 nfp_fl_set_ip6(const struct flow_action_entry *act, u32 off, struct nfp_fl_set_ipv6_addr *ip_dst, struct nfp_fl_set_ipv6_addr *ip_src, struct nfp_fl_set_ipv6_tc_hl_fl *ip_hl_fl, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c712 req->ip_src[0] = l3_key->ipv4.saddr.s_addr;
720 memcpy(req->ip_src, l3_key->ipv6.saddr.s6_addr32,
721 sizeof(req->ip_src));
H A Dbnxt_hsi.h8015 __be32 ip_src[4]; member in struct:hwrm_cfa_flow_alloc_input

Completed in 293 milliseconds