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

/linux-master/include/uapi/linux/
H A Dnetconf.h8 struct netconfmsg { struct
/linux-master/net/ipv4/
H A Ddevinet.c2030 int size = NLMSG_ALIGN(sizeof(struct netconfmsg))
2059 struct netconfmsg *ncm;
2062 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
2154 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) {
2160 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg),
2164 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg),
2263 struct netconfmsg *ncm;
/linux-master/net/mpls/
H A Daf_mpls.c1138 struct netconfmsg *ncm;
1141 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
1170 int size = NLMSG_ALIGN(sizeof(struct netconfmsg))
1219 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) {
1226 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg),
1230 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg),
1314 struct netconfmsg *ncm;
/linux-master/net/ipv6/
H A Daddrconf.c505 int size = NLMSG_ALIGN(sizeof(struct netconfmsg))
533 struct netconfmsg *ncm;
536 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
620 if (nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct netconfmsg))) {
626 return nlmsg_parse_deprecated(nlh, sizeof(struct netconfmsg),
630 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct netconfmsg),
745 struct netconfmsg *ncm;

Completed in 125 milliseconds