Searched refs:netconfmsg (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | netconf.h | 8 struct netconfmsg { struct
|
/Linux-v4.19/net/ipv4/ |
D | devinet.c | 1817 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet_netconf_msgsize_devconf() 1846 struct netconfmsg *ncm; in inet_netconf_fill_devconf() 1849 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet_netconf_fill_devconf() 1939 struct netconfmsg *ncm; in inet_netconf_get_devconf()
|
/Linux-v4.19/net/mpls/ |
D | af_mpls.c | 1138 struct netconfmsg *ncm; in mpls_netconf_fill_devconf() 1141 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in mpls_netconf_fill_devconf() 1170 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in mpls_netconf_msgsize_devconf() 1218 struct netconfmsg *ncm; in mpls_netconf_get_devconf()
|
/Linux-v4.19/net/ipv6/ |
D | addrconf.c | 494 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet6_netconf_msgsize_devconf() 522 struct netconfmsg *ncm; in inet6_netconf_fill_devconf() 525 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet6_netconf_fill_devconf() 608 struct netconfmsg *ncm; in inet6_netconf_get_devconf()
|