Searched refs:netconfmsg (Results 1 – 4 of 4) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | netconf.h | 8 struct netconfmsg { struct
|
| /linux/net/ipv4/ |
| H A D | devinet.c | 2219 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet_netconf_msgsize_devconf() 2248 struct netconfmsg *ncm; in inet_netconf_fill_devconf() 2251 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet_netconf_fill_devconf() 2342 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in inet_netconf_valid_get_req() 2348 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in inet_netconf_valid_get_req() 2352 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in inet_netconf_valid_get_req() 2451 struct netconfmsg *ncm; in inet_netconf_dump_devconf()
|
| /linux/net/mpls/ |
| H A D | af_mpls.c | 1170 struct netconfmsg *ncm; in mpls_netconf_fill_devconf() 1173 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in mpls_netconf_fill_devconf() 1202 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in mpls_netconf_msgsize_devconf() 1250 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in mpls_netconf_valid_get_req() 1257 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in mpls_netconf_valid_get_req() 1261 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in mpls_netconf_valid_get_req() 1362 struct netconfmsg *ncm; in mpls_netconf_dump_devconf()
|
| /linux/net/ipv6/ |
| H A D | addrconf.c | 510 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet6_netconf_msgsize_devconf() 538 struct netconfmsg *ncm; in inet6_netconf_fill_devconf() 541 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet6_netconf_fill_devconf() 625 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in inet6_netconf_valid_get_req() 631 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in inet6_netconf_valid_get_req() 635 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in inet6_netconf_valid_get_req() 750 struct netconfmsg *ncm; in inet6_netconf_dump_devconf()
|