Searched refs:__ndisc_fill_addr_option (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/6lowpan/ |
D | ndisc.c | 176 __ndisc_fill_addr_option(skb, ND_OPT_TARGET_LL_ADDR, in lowpan_ndisc_fill_addr_option() 197 __ndisc_fill_addr_option(skb, opt_type, &short_addr, in lowpan_ndisc_fill_addr_option()
|
/Linux-v4.19/include/net/ |
D | ndisc.h | 136 void __ndisc_fill_addr_option(struct sk_buff *skb, int type, void *data,
|
/Linux-v4.19/net/ipv6/ |
D | ndisc.c | 144 void __ndisc_fill_addr_option(struct sk_buff *skb, int type, void *data, in __ndisc_fill_addr_option() function 164 EXPORT_SYMBOL_GPL(__ndisc_fill_addr_option); 169 __ndisc_fill_addr_option(skb, type, data, skb->dev->addr_len, in ndisc_fill_addr_option()
|