Home
last modified time | relevance | path

Searched refs:nd_opt_hdr (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/net/
Dndisc.h88 struct nd_opt_hdr { struct
95 struct nd_opt_hdr *nd_opt_array[__ND_OPT_ARRAY_MAX]; argument
97 struct nd_opt_hdr *nd_opts_ri;
98 struct nd_opt_hdr *nd_opts_ri_end;
100 struct nd_opt_hdr *nd_useropts;
101 struct nd_opt_hdr *nd_useropts_end;
136 static inline u8 *ndisc_opt_addr_data(struct nd_opt_hdr *p, in ndisc_opt_addr_data()
/linux-4.4.14/net/ipv6/
Dndisc.c175 static struct nd_opt_hdr *ndisc_next_option(struct nd_opt_hdr *cur, in ndisc_next_option()
176 struct nd_opt_hdr *end) in ndisc_next_option()
188 static inline int ndisc_is_useropt(struct nd_opt_hdr *opt) in ndisc_is_useropt()
194 static struct nd_opt_hdr *ndisc_next_useropt(struct nd_opt_hdr *cur, in ndisc_next_useropt()
195 struct nd_opt_hdr *end) in ndisc_next_useropt()
208 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)opt; in ndisc_parse_options()
215 if (opt_len < sizeof(struct nd_opt_hdr)) in ndisc_parse_options()
1035 static void ndisc_ra_useropt(struct sk_buff *ra, struct nd_opt_hdr *opt) in ndisc_ra_useropt()
1348 struct nd_opt_hdr *p; in ndisc_router_discovery()
1382 struct nd_opt_hdr *p; in ndisc_router_discovery()
[all …]
/linux-4.4.14/net/openvswitch/
Dflow.c399 struct nd_opt_hdr *nd_opt = in parse_icmpv6()
400 (struct nd_opt_hdr *)(nd->opt + offset); in parse_icmpv6()
/linux-4.4.14/drivers/net/
Dvxlan.c1466 daddr = ns->opt + i + sizeof(struct nd_opt_hdr); in vxlan_na_create()