Symbol: netconfmsg
net/ipv4/devinet.c
2219
int size = NLMSG_ALIGN(sizeof(struct netconfmsg))
net/ipv4/devinet.c
2248
struct netconfmsg *ncm;
net/ipv4/devinet.c
2251
nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
net/ipv4/devinet.c
2342
if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) {
net/ipv4/devinet.c
2348
return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg),
net/ipv4/devinet.c
2352
err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg),
net/ipv4/devinet.c
2451
struct netconfmsg *ncm;
net/ipv6/addrconf.c
510
int size = NLMSG_ALIGN(sizeof(struct netconfmsg))
net/ipv6/addrconf.c
538
struct netconfmsg *ncm;
net/ipv6/addrconf.c
541
nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
net/ipv6/addrconf.c
625
if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) {
net/ipv6/addrconf.c
631
return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg),
net/ipv6/addrconf.c
635
err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg),
net/ipv6/addrconf.c
750
struct netconfmsg *ncm;
net/mpls/af_mpls.c
1168
struct netconfmsg *ncm;
net/mpls/af_mpls.c
1171
nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
net/mpls/af_mpls.c
1200
int size = NLMSG_ALIGN(sizeof(struct netconfmsg))
net/mpls/af_mpls.c
1248
if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) {
net/mpls/af_mpls.c
1255
return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg),
net/mpls/af_mpls.c
1259
err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg),
net/mpls/af_mpls.c
1360
struct netconfmsg *ncm;