Home
last modified time | relevance | path

Searched refs:netconfmsg (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dnetconf.h8 struct netconfmsg { struct
/Linux-v6.6/net/ipv4/
Ddevinet.c2033 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet_netconf_msgsize_devconf()
2062 struct netconfmsg *ncm; in inet_netconf_fill_devconf()
2065 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet_netconf_fill_devconf()
2156 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in inet_netconf_valid_get_req()
2162 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in inet_netconf_valid_get_req()
2166 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in inet_netconf_valid_get_req()
2261 struct netconfmsg *ncm; in inet_netconf_dump_devconf()
/Linux-v6.6/net/mpls/
Daf_mpls.c1138 struct netconfmsg *ncm; in mpls_netconf_fill_devconf()
1141 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in mpls_netconf_fill_devconf()
1170 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in mpls_netconf_msgsize_devconf()
1219 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in mpls_netconf_valid_get_req()
1226 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in mpls_netconf_valid_get_req()
1230 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in mpls_netconf_valid_get_req()
1314 struct netconfmsg *ncm; in mpls_netconf_dump_devconf()
/Linux-v6.6/net/ipv6/
Daddrconf.c501 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet6_netconf_msgsize_devconf()
529 struct netconfmsg *ncm; in inet6_netconf_fill_devconf()
532 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet6_netconf_fill_devconf()
614 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in inet6_netconf_valid_get_req()
620 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in inet6_netconf_valid_get_req()
624 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in inet6_netconf_valid_get_req()
722 struct netconfmsg *ncm; in inet6_netconf_dump_devconf()