Home
last modified time | relevance | path

Searched refs:ndisc_addr_option_pad (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/net/
Dndisc.h122 static inline int ndisc_addr_option_pad(unsigned short type) in ndisc_addr_option_pad() function
133 ndisc_addr_option_pad(dev->type)); in ndisc_opt_addr_space()
141 int prepad = ndisc_addr_option_pad(dev->type); in ndisc_opt_addr_data()
/linux-4.1.27/net/ipv6/
Dndisc.c153 int pad = ndisc_addr_option_pad(skb->dev->type); in ndisc_fill_addr_option()