Searched refs:nd_opt_hdr (Results 1 – 5 of 5) sorted by relevance
| /linux/include/net/ |
| H A D | ndisc.h | 94 struct nd_opt_hdr { struct 101 struct nd_opt_hdr *nd_opt_array[__ND_OPT_ARRAY_MAX]; argument 103 struct nd_opt_hdr *nd_opts_ri; 104 struct nd_opt_hdr *nd_opts_ri_end; 106 struct nd_opt_hdr *nd_useropts; 107 struct nd_opt_hdr *nd_useropts_end; 109 struct nd_opt_hdr *nd_802154_opt_array[ND_OPT_TARGET_LL_ADDR + 1]; 188 struct nd_opt_hdr *nd_opt, 211 struct nd_opt_hdr *nd_opt, in ndisc_ops_parse_options() 328 static inline u8 *__ndisc_opt_addr_data(struct nd_opt_hdr *p, in __ndisc_opt_addr_data() [all …]
|
| /linux/net/6lowpan/ |
| H A D | ndisc.c | 17 struct nd_opt_hdr *nd_opt, in lowpan_ndisc_parse_802154_options() 35 struct nd_opt_hdr *nd_opt, in lowpan_ndisc_parse_options()
|
| /linux/net/ipv6/ |
| H A D | ndisc.c | 184 static struct nd_opt_hdr *ndisc_next_option(struct nd_opt_hdr *cur, in ndisc_next_option() 185 struct nd_opt_hdr *end) in ndisc_next_option() 198 struct nd_opt_hdr *opt) in ndisc_is_useropt() 208 static struct nd_opt_hdr *ndisc_next_useropt(const struct net_device *dev, in ndisc_next_useropt() 209 struct nd_opt_hdr *cur, in ndisc_next_useropt() 210 struct nd_opt_hdr *end) in ndisc_next_useropt() 224 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)opt; in ndisc_parse_options() 232 if (opt_len < sizeof(struct nd_opt_hdr)) in ndisc_parse_options() 1183 static void ndisc_ra_useropt(struct sk_buff *ra, struct nd_opt_hdr *opt) in ndisc_ra_useropt() 1508 struct nd_opt_hdr *p; in ndisc_router_discovery() [all …]
|
| H A D | ndisc_snoop.c | 75 struct nd_opt_hdr *opt, _opt; in ndisc_check_options()
|
| /linux/net/openvswitch/ |
| H A D | flow.c | 585 struct nd_opt_hdr *nd_opt = in parse_icmpv6() 586 (struct nd_opt_hdr *)(nd->opt + offset); in parse_icmpv6()
|