Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dnetconf.h8 struct netconfmsg { struct
/Linux-v5.4/net/ipv4/
Ddevinet.c2003 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet_netconf_msgsize_devconf()
2032 struct netconfmsg *ncm; in inet_netconf_fill_devconf()
2035 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet_netconf_fill_devconf()
2126 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in inet_netconf_valid_get_req()
2132 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in inet_netconf_valid_get_req()
2136 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in inet_netconf_valid_get_req()
2231 struct netconfmsg *ncm; in inet_netconf_dump_devconf()
/Linux-v5.4/net/mpls/
Daf_mpls.c1137 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-v5.4/net/ipv6/
Daddrconf.c491 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()