Lines Matching defs:nlh
387 struct nlmsghdr *nlh;
397 nlh = nlmsg_put(skb, pid, seq, event, sizeof(*hdr), flags);
398 if (nlh == NULL)
401 hdr = nlmsg_data(nlh);
482 nlmsg_end(skb, nlh);
486 nlmsg_cancel(skb, nlh);
907 int br_setlink(struct net_device *dev, struct nlmsghdr *nlh, u16 flags,
918 protinfo = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_PROTINFO);
919 afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
966 int br_dellink(struct net_device *dev, struct nlmsghdr *nlh, u16 flags)
974 afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);