Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnetconf.h8 struct netconfmsg { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnetconf.h8 struct netconfmsg { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnetconf.h8 struct netconfmsg { struct
/OK3568_Linux_fs/kernel/net/ipv4/
H A Ddevinet.c2004 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()
/OK3568_Linux_fs/kernel/net/mpls/
H A Daf_mpls.c1136 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()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daddrconf.c495 int size = NLMSG_ALIGN(sizeof(struct netconfmsg)) in inet6_netconf_msgsize_devconf()
523 struct netconfmsg *ncm; in inet6_netconf_fill_devconf()
526 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg), in inet6_netconf_fill_devconf()
608 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) { in inet6_netconf_valid_get_req()
614 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg), in inet6_netconf_valid_get_req()
618 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg), in inet6_netconf_valid_get_req()
717 struct netconfmsg *ncm; in inet6_netconf_dump_devconf()