Searched refs:nd_opt_hdr (Results 1 – 4 of 4) sorted by relevance
88 struct nd_opt_hdr { struct95 struct nd_opt_hdr *nd_opt_array[__ND_OPT_ARRAY_MAX]; argument97 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()
173 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 …]
392 struct nd_opt_hdr *nd_opt = in parse_icmpv6()393 (struct nd_opt_hdr *)(nd->opt + offset); in parse_icmpv6()
1453 daddr = ns->opt + i + sizeof(struct nd_opt_hdr); in vxlan_na_create()