Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dnetconf.h8 struct netconfmsg { struct
/linux-6.12.1/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()
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()
1314 struct netconfmsg *ncm; in mpls_netconf_dump_devconf()
/linux-6.12.1/net/ipv4/
Ddevinet.c2052 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet_netconf_msgsize_devconf()
2081 struct netconfmsg *ncm; in inet_netconf_fill_devconf()
2084 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet_netconf_fill_devconf()
2175 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in inet_netconf_valid_get_req()
2181 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in inet_netconf_valid_get_req()
2185 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in inet_netconf_valid_get_req()
2284 struct netconfmsg *ncm; in inet_netconf_dump_devconf()
/linux-6.12.1/net/ipv6/
Daddrconf.c506 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet6_netconf_msgsize_devconf()
534 struct netconfmsg *ncm; in inet6_netconf_fill_devconf()
537 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet6_netconf_fill_devconf()
621 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in inet6_netconf_valid_get_req()
627 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in inet6_netconf_valid_get_req()
631 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in inet6_netconf_valid_get_req()
746 struct netconfmsg *ncm; in inet6_netconf_dump_devconf()