net/ipv4/devinet.c
2119
int size = NLMSG_ALIGN(sizeof(struct netconfmsg))
net/ipv4/devinet.c
2148
struct netconfmsg *ncm;
net/ipv4/devinet.c
2151
nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
net/ipv4/devinet.c
2242
if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) {
net/ipv4/devinet.c
2248
return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg),
net/ipv4/devinet.c
2252
err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg),
net/ipv4/devinet.c
2351
struct netconfmsg *ncm;
net/ipv6/addrconf.c
509
int size = NLMSG_ALIGN(sizeof(struct netconfmsg))
net/ipv6/addrconf.c
537
struct netconfmsg *ncm;
net/ipv6/addrconf.c
540
nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
net/ipv6/addrconf.c
624
if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) {
net/ipv6/addrconf.c
630
return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg),
net/ipv6/addrconf.c
634
err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg),
net/ipv6/addrconf.c
749
struct netconfmsg *ncm;
net/mpls/af_mpls.c
1170
struct netconfmsg *ncm;
net/mpls/af_mpls.c
1173
nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
net/mpls/af_mpls.c
1202
int size = NLMSG_ALIGN(sizeof(struct netconfmsg))
net/mpls/af_mpls.c
1250
if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) {
net/mpls/af_mpls.c
1257
return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg),
net/mpls/af_mpls.c
1261
err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg),
net/mpls/af_mpls.c
1362
struct netconfmsg *ncm;