Lines Matching defs:nlh
462 struct nlmsghdr *nlh;
472 nlh = nlmsg_put(skb, pid, seq, event, sizeof(*hdr), flags);
473 if (nlh == NULL)
476 hdr = nlmsg_data(nlh);
615 nlmsg_end(skb, nlh);
619 nlmsg_cancel(skb, nlh);
1084 int br_setlink(struct net_device *dev, struct nlmsghdr *nlh, u16 flags,
1095 protinfo = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_PROTINFO);
1096 afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
1143 int br_dellink(struct net_device *dev, struct nlmsghdr *nlh, u16 flags)
1151 afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);