Symbol: nd_opt_hdr
drivers/net/vxlan/vxlan_core.c
1976
sizeof(struct nd_opt_hdr) + ETH_ALEN)
drivers/net/vxlan/vxlan_core.c
1977
daddr = ns->opt + i + sizeof(struct nd_opt_hdr);
include/net/ndisc.h
101
struct nd_opt_hdr *nd_opt_array[__ND_OPT_ARRAY_MAX];
include/net/ndisc.h
103
struct nd_opt_hdr *nd_opts_ri;
include/net/ndisc.h
104
struct nd_opt_hdr *nd_opts_ri_end;
include/net/ndisc.h
106
struct nd_opt_hdr *nd_useropts;
include/net/ndisc.h
107
struct nd_opt_hdr *nd_useropts_end;
include/net/ndisc.h
109
struct nd_opt_hdr *nd_802154_opt_array[ND_OPT_TARGET_LL_ADDR + 1];
include/net/ndisc.h
188
struct nd_opt_hdr *nd_opt,
include/net/ndisc.h
211
struct nd_opt_hdr *nd_opt,
include/net/ndisc.h
328
static inline u8 *__ndisc_opt_addr_data(struct nd_opt_hdr *p,
include/net/ndisc.h
338
static inline u8 *ndisc_opt_addr_data(struct nd_opt_hdr *p,
net/6lowpan/ndisc.c
17
struct nd_opt_hdr *nd_opt,
net/6lowpan/ndisc.c
35
struct nd_opt_hdr *nd_opt,
net/bridge/br_arp_nd_proxy.c
300
sizeof(struct nd_opt_hdr) + ETH_ALEN)
net/bridge/br_arp_nd_proxy.c
301
daddr = ns->opt + i + sizeof(struct nd_opt_hdr);
net/ipv6/ndisc.c
1182
static void ndisc_ra_useropt(struct sk_buff *ra, struct nd_opt_hdr *opt)
net/ipv6/ndisc.c
1505
struct nd_opt_hdr *p;
net/ipv6/ndisc.c
1543
struct nd_opt_hdr *p;
net/ipv6/ndisc.c
1575
struct nd_opt_hdr *p;
net/ipv6/ndisc.c
184
static struct nd_opt_hdr *ndisc_next_option(struct nd_opt_hdr *cur,
net/ipv6/ndisc.c
185
struct nd_opt_hdr *end)
net/ipv6/ndisc.c
198
struct nd_opt_hdr *opt)
net/ipv6/ndisc.c
208
static struct nd_opt_hdr *ndisc_next_useropt(const struct net_device *dev,
net/ipv6/ndisc.c
209
struct nd_opt_hdr *cur,
net/ipv6/ndisc.c
210
struct nd_opt_hdr *end)
net/ipv6/ndisc.c
224
struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)opt;
net/ipv6/ndisc.c
232
if (opt_len < sizeof(struct nd_opt_hdr))
net/netfilter/nf_conntrack_proto_icmpv6.c
142
struct nd_opt_hdr nd_opt;
net/netfilter/nf_conntrack_proto_icmpv6.c
145
const struct nd_opt_hdr *nd_opt;
net/openvswitch/flow.c
585
struct nd_opt_hdr *nd_opt =
net/openvswitch/flow.c
586
(struct nd_opt_hdr *)(nd->opt + offset);