Searched refs:netconfmsg (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/ |
A D | netconf.h | 8 struct netconfmsg { struct
|
/linux-6.3-rc2/net/ipv4/ |
A D | devinet.c | 2013 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet_netconf_msgsize_devconf() 2042 struct netconfmsg *ncm; in inet_netconf_fill_devconf() 2045 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet_netconf_fill_devconf() 2136 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in inet_netconf_valid_get_req() 2142 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in inet_netconf_valid_get_req() 2146 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in inet_netconf_valid_get_req() 2241 struct netconfmsg *ncm; in inet_netconf_dump_devconf()
|
/linux-6.3-rc2/net/mpls/ |
A D | af_mpls.c | 1137 struct netconfmsg *ncm; in mpls_netconf_fill_devconf() 1140 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in mpls_netconf_fill_devconf() 1169 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in mpls_netconf_msgsize_devconf() 1218 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in mpls_netconf_valid_get_req() 1225 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in mpls_netconf_valid_get_req() 1229 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in mpls_netconf_valid_get_req() 1313 struct netconfmsg *ncm; in mpls_netconf_dump_devconf()
|
/linux-6.3-rc2/net/ipv6/ |
A D | addrconf.c | 500 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet6_netconf_msgsize_devconf() 528 struct netconfmsg *ncm; in inet6_netconf_fill_devconf() 531 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet6_netconf_fill_devconf() 613 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in inet6_netconf_valid_get_req() 619 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in inet6_netconf_valid_get_req() 623 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in inet6_netconf_valid_get_req() 721 struct netconfmsg *ncm; in inet6_netconf_dump_devconf()
|
Completed in 36 milliseconds