Searched refs:netconfmsg (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | netconf.h | 7 struct netconfmsg { struct
|
/linux-4.4.14/net/ipv4/ |
D | devinet.c | 1736 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet_netconf_msgsize_devconf() 1760 struct netconfmsg *ncm; in inet_netconf_fill_devconf() 1762 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet_netconf_fill_devconf() 1841 struct netconfmsg *ncm; in inet_netconf_get_devconf()
|
/linux-4.4.14/net/ipv6/ |
D | addrconf.c | 472 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet6_netconf_msgsize_devconf() 497 struct netconfmsg *ncm; in inet6_netconf_fill_devconf() 499 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet6_netconf_fill_devconf() 573 struct netconfmsg *ncm; in inet6_netconf_get_devconf()
|