Searched refs:netconfmsg (Results 1 – 3 of 3) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | netconf.h | 8 struct netconfmsg { struct
|
| /linux/net/mpls/ |
| H A D | af_mpls.c | 1166 struct netconfmsg *ncm; in mpls_netconf_fill_devconf() 1169 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in mpls_netconf_fill_devconf() 1198 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in mpls_netconf_msgsize_devconf() 1246 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in mpls_netconf_valid_get_req() 1253 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in mpls_netconf_valid_get_req() 1257 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in mpls_netconf_valid_get_req() 1358 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()
|