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 | 1154 struct netconfmsg *ncm; in mpls_netconf_fill_devconf() 1157 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in mpls_netconf_fill_devconf() 1186 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in mpls_netconf_notify_devconf() 1234 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in mpls_netconf_valid_get_req() 1241 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in mpls_netconf_valid_get_req() 1245 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in mpls_netconf_valid_get_req() 1346 struct netconfmsg *ncm;
|
| /linux/net/ipv4/ |
| H A D | devinet.c | 2119 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet_netconf_msgsize_devconf() 2148 struct netconfmsg *ncm; in inet_netconf_fill_devconf() 2151 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet_netconf_fill_devconf() 2242 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in inet_netconf_valid_get_req() 2248 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in inet_netconf_valid_get_req() 2252 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in inet_netconf_valid_get_req() 2351 struct netconfmsg *ncm; in inet_netconf_dump_devconf()
|