Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/net/ipv6/
Dndisc.c173 static struct nd_opt_hdr *ndisc_next_option(struct nd_opt_hdr *cur, in ndisc_next_option()
174 struct nd_opt_hdr *end) in ndisc_next_option()
186 static inline int ndisc_is_useropt(struct nd_opt_hdr *opt) in ndisc_is_useropt()
192 static struct nd_opt_hdr *ndisc_next_useropt(struct nd_opt_hdr *cur, in ndisc_next_useropt()
193 struct nd_opt_hdr *end) in ndisc_next_useropt()
206 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)opt; in ndisc_parse_options()
213 if (opt_len < sizeof(struct nd_opt_hdr)) in ndisc_parse_options()
1021 static void ndisc_ra_useropt(struct sk_buff *ra, struct nd_opt_hdr *opt) in ndisc_ra_useropt()
1322 struct nd_opt_hdr *p; in ndisc_router_discovery()
1356 struct nd_opt_hdr *p; in ndisc_router_discovery()
[all …]
/linux-4.1.27/net/openvswitch/
Dflow.c392 struct nd_opt_hdr *nd_opt = in parse_icmpv6()
393 (struct nd_opt_hdr *)(nd->opt + offset); in parse_icmpv6()
/linux-4.1.27/drivers/net/
Dvxlan.c1453 daddr = ns->opt + i + sizeof(struct nd_opt_hdr); in vxlan_na_create()