primary_key       290 drivers/infiniband/hw/i40iw/i40iw_utils.c 		p = (__be32 *)neigh->primary_key;
primary_key       319 drivers/net/ethernet/chelsio/cxgb3/l2t.c 	addr = *(u32 *) neigh->primary_key;
primary_key       404 drivers/net/ethernet/chelsio/cxgb3/l2t.c 	u32 addr = *(u32 *) neigh->primary_key;
primary_key       427 drivers/net/ethernet/chelsio/cxgb4/l2t.c 	u32 *addr = (u32 *)neigh->primary_key;
primary_key       540 drivers/net/ethernet/chelsio/cxgb4/l2t.c 	u32 *addr = (u32 *) neigh->primary_key;
primary_key       257 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c 	memcpy(&e->m_neigh.dst_ip, n->primary_key, n->tbl->key_len);
primary_key       376 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c 	memcpy(&e->m_neigh.dst_ip, n->primary_key, n->tbl->key_len);
primary_key       931 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 		memcpy(&m_neigh.dst_ip, n->primary_key, n->tbl->key_len);
primary_key      1925 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	return ntohl(*((__be32 *) n->primary_key));
primary_key      1934 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	return (struct in6_addr *) &n->primary_key;
primary_key      2364 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	u32 dip = ntohl(*((__be32 *) n->primary_key));
primary_key      2382 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	const char *dip = n->primary_key;
primary_key      2400 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	if (ipv6_addr_type((struct in6_addr *) &n->primary_key) &
primary_key       349 drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c 	flow.daddr = *(__be32 *)n->primary_key;
primary_key      2694 drivers/net/ethernet/rocker/rocker_ofdpa.c 	__be32 ip_addr = *(__be32 *) n->primary_key;
primary_key      2704 drivers/net/ethernet/rocker/rocker_ofdpa.c 	__be32 ip_addr = *(__be32 *) n->primary_key;
primary_key      1956 drivers/net/vxlan.c 	pip6->saddr = *(struct in6_addr *)n->primary_key;
primary_key       160 include/net/neighbour.h 	u8			primary_key[0];
primary_key       263 include/net/neighbour.h 	return *(const u16 *)n->primary_key == *(const u16 *)pkey;
primary_key       268 include/net/neighbour.h 	return *(const u32 *)n->primary_key == *(const u32 *)pkey;
primary_key       273 include/net/neighbour.h 	const u32 *n32 = (const u32 *)n->primary_key;
primary_key      1652 include/net/tcp.h 			      void *primary_key, void *backup_key);
primary_key       118 include/trace/events/neigh.h 			*p32 = *(__be32 *)n->primary_key;
primary_key       125 include/trace/events/neigh.h 			*pin6 = *(struct in6_addr *)n->primary_key;
primary_key       195 include/trace/events/neigh.h 			*p32 = *(__be32 *)n->primary_key;
primary_key       202 include/trace/events/neigh.h 			*pin6 = *(struct in6_addr *)n->primary_key;
primary_key       989 kernel/trace/tracing_map.c 			   struct tracing_map_sort_key *primary_key,
primary_key       998 kernel/trace/tracing_map.c 	if (is_key(map, primary_key->field_idx))
primary_key      1028 kernel/trace/tracing_map.c 		set_sort_key(map, primary_key);
primary_key       268 net/atm/clip.c 	__be32 *ip = (__be32 *) neigh->primary_key;
primary_key       365 net/atm/clip.c 			to_atmarpd(act_need, PRIV(dev)->number, *((__be32 *)n->primary_key));
primary_key       759 net/atm/clip.c 	off = scnprintf(buf, sizeof(buf) - 1, "%pI4", n->primary_key);
primary_key       307 net/bridge/br_arp_nd_proxy.c 	pip6->saddr = *(struct in6_addr *)n->primary_key;
primary_key       201 net/core/neighbour.c 	void *pkey = ndel->primary_key;
primary_key       501 net/core/neighbour.c 			hash = tbl->hash(n->primary_key, n->dev,
primary_key       558 net/core/neighbour.c 		if (!memcmp(n->primary_key, pkey, key_len) &&
primary_key       590 net/core/neighbour.c 	memcpy(n->primary_key, pkey, key_len);
primary_key       624 net/core/neighbour.c 	hash_val = tbl->hash(n->primary_key, dev, nht->hash_rnd) >> (32 - nht->hash_shift);
primary_key       636 net/core/neighbour.c 		if (dev == n1->dev && !memcmp(n1->primary_key, n->primary_key, key_len)) {
primary_key      1705 net/core/neighbour.c 		tbl->entry_size = ALIGN(offsetof(struct neighbour, primary_key) +
primary_key      2442 net/core/neighbour.c 	if (nla_put(skb, NDA_DST, neigh->tbl->key_len, neigh->primary_key))
primary_key      1373 net/decnet/dn_dev.c 				dn_db->router ? dn_addr2asc(le16_to_cpu(*(__le16 *)dn_db->router->primary_key), router_buf) : "",
primary_key      1374 net/decnet/dn_dev.c 				dn_db->peer ? dn_addr2asc(le16_to_cpu(*(__le16 *)dn_db->peer->primary_key), peer_buf) : "");
primary_key       229 net/ipv4/arp.c 		memcpy(neigh->primary_key, &inaddr_any, arp_tbl.key_len);
primary_key       231 net/ipv4/arp.c 	addr = *(__be32 *)neigh->primary_key;
primary_key       335 net/ipv4/arp.c 	__be32 target = *(__be32 *)neigh->primary_key;
primary_key      1366 net/ipv4/arp.c 	sprintf(tbuf, "%pI4", n->primary_key);
primary_key       693 net/ipv4/ip_tunnel.c 			addr6 = (const struct in6_addr *)&neigh->primary_key;
primary_key        70 net/ipv4/tcp_fastopen.c 			      void *primary_key, void *backup_key)
primary_key        82 net/ipv4/tcp_fastopen.c 	ctx->key[0].key[0] = get_unaligned_le64(primary_key);
primary_key        83 net/ipv4/tcp_fastopen.c 	ctx->key[0].key[1] = get_unaligned_le64(primary_key + 8);
primary_key      1073 net/ipv6/ip6_tunnel.c 			addr6 = (struct in6_addr *)&neigh->primary_key;
primary_key       324 net/ipv6/ndisc.c 	struct in6_addr *addr = (struct in6_addr *)&neigh->primary_key;
primary_key       720 net/ipv6/ndisc.c 	struct in6_addr *target = (struct in6_addr *)&neigh->primary_key;
primary_key      4099 net/ipv6/route.c 	nrt->rt6i_gateway = *(struct in6_addr *)neigh->primary_key;
primary_key       852 net/ipv6/sit.c 		addr6 = (const struct in6_addr *)&neigh->primary_key;
primary_key       881 net/ipv6/sit.c 		addr6 = (const struct in6_addr *)&neigh->primary_key;
primary_key       230 net/sched/sch_teql.c 		mn = __neigh_lookup_errno(n->tbl, n->primary_key, dev);