/linux/include/trace/events/ |
H A D | neigh.h | 118 *p32 = *(__be32 *)n->primary_key; 125 *pin6 = *(struct in6_addr *)n->primary_key; 195 *p32 = *(__be32 *)n->primary_key; 202 *pin6 = *(struct in6_addr *)n->primary_key;
|
/linux/net/ipv4/ |
H A D | tcp_fastopen.c | 59 void *primary_key, void *backup_key) in tcp_fastopen_reset_cipher() argument 71 ctx->key[0].key[0] = get_unaligned_le64(primary_key); in tcp_fastopen_reset_cipher() 72 ctx->key[0].key[1] = get_unaligned_le64(primary_key + 8); in tcp_fastopen_reset_cipher()
|
H A D | arp.c | 232 memcpy(neigh->primary_key, &inaddr_any, arp_tbl.key_len); in arp_constructor() 234 addr = *(__be32 *)neigh->primary_key; in arp_constructor() 338 __be32 target = *(__be32 *)neigh->primary_key; in arp_solicit() 1441 sprintf(tbuf, "%pI4", n->primary_key); in arp_format_neigh_entry()
|
H A D | ip_tunnel.c | 737 addr6 = (const struct in6_addr *)&neigh->primary_key; in ip_tunnel_xmit()
|
/linux/kernel/trace/ |
H A D | tracing_map.c | 1001 struct tracing_map_sort_key *primary_key, in sort_secondary() argument 1008 if (is_key(map, primary_key->field_idx)) in sort_secondary() 1038 set_sort_key(map, primary_key); in sort_secondary()
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.c | 319 addr = *(u32 *) neigh->primary_key; in t3_l2t_get() 404 u32 addr = *(u32 *) neigh->primary_key; in t3_l2t_update()
|
/linux/net/atm/ |
H A D | clip.c | 268 __be32 *ip = (__be32 *) neigh->primary_key; in clip_neigh_solicit() 365 to_atmarpd(act_need, PRIV(dev)->number, *((__be32 *)n->primary_key)); in clip_start_xmit() 759 off = scnprintf(buf, sizeof(buf) - 1, "%pI4", n->primary_key); in atmarp_info()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | tc_encap_actions.c | 554 memcpy(&keys.dst_ip6, n->primary_key, n->tbl->key_len); in efx_neigh_event() 556 memcpy(&keys.dst_ip, n->primary_key, n->tbl->key_len); in efx_neigh_event()
|
/linux/net/core/ |
H A D | neighbour.c | 265 tbl->is_multicast(n->primary_key)) || in neigh_forced_gc() 562 hash = tbl->hash(n->primary_key, n->dev, in neigh_hash_grow() 614 memcpy(n->primary_key, pkey, key_len); in ___neigh_create() 648 hash_val = tbl->hash(n->primary_key, dev, nht->hash_rnd) >> (32 - nht->hash_shift); in ___neigh_create() 656 if (dev == n1->dev && !memcmp(n1->primary_key, n->primary_key, key_len)) { in ___neigh_create() 1760 tbl->entry_size = ALIGN(offsetof(struct neighbour, primary_key) + in neigh_table_init() 2543 if (nla_put(skb, NDA_DST, neigh->tbl->key_len, neigh->primary_key)) in neigh_fill_info()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
H A D | neigh.c | 181 memcpy(&m_neigh.dst_ip, n->primary_key, n->tbl->key_len); in mlx5e_alloc_neigh_update_work()
|
/linux/net/sched/ |
H A D | sch_teql.c | 232 mn = __neigh_lookup_errno(n->tbl, n->primary_key, dev); in __teql_resolve()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun.c | 267 memcpy(&m_neigh.dst_ip, attr.n->primary_key, attr.n->tbl->key_len); in mlx5e_tc_tun_create_header_ipv4() 538 memcpy(&m_neigh.dst_ip, attr.n->primary_key, attr.n->tbl->key_len); in mlx5e_tc_tun_create_header_ipv6()
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | tunnel_conf.c | 650 flow6.daddr = *(struct in6_addr *)n->primary_key; in nfp_tun_neigh_update() 671 flow4.daddr = *(__be32 *)n->primary_key; in nfp_tun_neigh_update()
|
/linux/net/ipv6/ |
H A D | sit.c | 891 addr6 = (const struct in6_addr *)&neigh->primary_key; in ipip6_tunnel_xmit() 920 addr6 = (const struct in6_addr *)&neigh->primary_key; in ipip6_tunnel_xmit()
|
H A D | ndisc.c | 331 struct in6_addr *addr = (struct in6_addr *)&neigh->primary_key; in ndisc_constructor() 744 struct in6_addr *target = (struct in6_addr *)&neigh->primary_key; in ndisc_solicit()
|
H A D | ip6_tunnel.c | 1128 addr6 = (struct in6_addr *)&neigh->primary_key; in ip6_tnl_xmit()
|
H A D | route.c | 4245 nrt->rt6i_gateway = *(struct in6_addr *)neigh->primary_key; in rt6_do_redirect()
|
/linux/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 2683 __be32 ip_addr = *(__be32 *) n->primary_key; in ofdpa_port_neigh_update() 2693 __be32 ip_addr = *(__be32 *) n->primary_key; in ofdpa_port_neigh_destroy()
|
/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_router.c | 157 key->addr.u.ipv4 = *(__be32 *)n->primary_key; in prestera_util_neigh2nc_key()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 2235 return ntohl(*((__be32 *) n->primary_key)); in mlxsw_sp_neigh4_entry_dip() 2244 return (struct in6_addr *) &n->primary_key; in mlxsw_sp_neigh6_entry_dip() 2677 u32 dip = ntohl(*((__be32 *) n->primary_key)); in mlxsw_sp_router_neigh_entry_op4() 2695 const char *dip = n->primary_key; in mlxsw_sp_router_neigh_entry_op6() 2713 if (ipv6_addr_type((struct in6_addr *) &n->primary_key) & in mlxsw_sp_neigh_ipv6_ignore()
|
/linux/include/net/ |
H A D | tcp.h | 1929 void *primary_key, void *backup_key);
|
/linux/drivers/infiniband/core/ |
H A D | cma.c | 5210 neigh_sock_6.sin6_addr = *(struct in6_addr *)neigh->primary_key; in cma_netevent_callback() 5217 neigh_sock_4.sin_addr.s_addr = *(__be32 *)(neigh->primary_key); in cma_netevent_callback()
|
/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2016 pip6->saddr = *(struct in6_addr *)n->primary_key; in vxlan_na_create()
|