Searched refs:netconfmsg (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/include/uapi/linux/ |
| D | netconf.h | 8 struct netconfmsg { struct
|
| /Linux-v5.10/net/mpls/ |
| D | af_mpls.c | 1136 struct netconfmsg *ncm; in mpls_netconf_fill_devconf() 1139 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in mpls_netconf_fill_devconf() 1168 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in mpls_netconf_msgsize_devconf() 1217 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in mpls_netconf_valid_get_req() 1224 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in mpls_netconf_valid_get_req() 1228 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in mpls_netconf_valid_get_req() 1312 struct netconfmsg *ncm; in mpls_netconf_dump_devconf()
|
| /Linux-v5.10/net/ipv4/ |
| D | devinet.c | 2004 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet_netconf_msgsize_devconf() 2033 struct netconfmsg *ncm; in inet_netconf_fill_devconf() 2036 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet_netconf_fill_devconf() 2127 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in inet_netconf_valid_get_req() 2133 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in inet_netconf_valid_get_req() 2137 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in inet_netconf_valid_get_req() 2232 struct netconfmsg *ncm; in inet_netconf_dump_devconf()
|
| /Linux-v5.10/net/ipv6/ |
| D | addrconf.c | 491 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet6_netconf_msgsize_devconf() 519 struct netconfmsg *ncm; in inet6_netconf_fill_devconf() 522 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet6_netconf_fill_devconf() 604 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in inet6_netconf_valid_get_req() 610 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in inet6_netconf_valid_get_req() 614 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in inet6_netconf_valid_get_req() 713 struct netconfmsg *ncm; in inet6_netconf_dump_devconf()
|