Searched refs:nlmsg_put (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dgenetlink.h96 nlh = nlmsg_put(skb, pid, seq, family->id, GENL_HDRLEN +
H A Dnetlink.h36 * nlmsg_put() add a netlink message to an skb
37 * nlmsg_put_answer() callback based nlmsg_put()
428 * nlmsg_put - Add a new netlink message to an skb
439 static inline struct nlmsghdr *nlmsg_put(struct sk_buff *skb, u32 pid, u32 seq, function
464 return nlmsg_put(skb, NETLINK_CB(cb->skb).pid, cb->nlh->nlmsg_seq,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_netlink.c45 nlh = nlmsg_put(skb, pid, seq, event, sizeof(*hdr), flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dfib_rules.c448 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*frh), flags);
H A Dneighbour.c1644 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags);
1728 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndtmsg), flags);
1964 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ndm), flags);
H A Drtnetlink.c465 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ifm), flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Daddrconf.c3204 nlh = nlmsg_put(skb, pid, seq, event, sizeof(struct ifaddrmsg), flags);
3244 nlh = nlmsg_put(skb, pid, seq, event, sizeof(struct ifaddrmsg), flags);
3269 nlh = nlmsg_put(skb, pid, seq, event, sizeof(struct ifaddrmsg), flags);
3563 nlh = nlmsg_put(skb, pid, seq, event, sizeof(*hdr), flags);
3686 nlh = nlmsg_put(skb, pid, seq, event, sizeof(*pmsg), flags);
H A Droute.c2128 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*rtm), flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_semantics.c965 nlh = nlmsg_put(skb, pid, seq, event, sizeof(*rtm), flags);
H A Ddevinet.c1143 nlh = nlmsg_put(skb, pid, seq, event, sizeof(*ifm), flags);
H A Droute.c2688 nlh = nlmsg_put(skb, pid, seq, event, sizeof(*r), flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_transport_fc.c466 nlh = nlmsg_put(skb, 0, 0, SCSI_TRANSPORT_MSG,
541 nlh = nlmsg_put(skb, 0, 0, SCSI_TRANSPORT_MSG,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_user.c683 nlh = nlmsg_put(skb, pid, seq, XFRM_MSG_NEWSPDINFO, sizeof(u32), 0);
738 nlh = nlmsg_put(skb, pid, seq, XFRM_MSG_NEWSADINFO, sizeof(u32), 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_dev.c721 nlh = nlmsg_put(skb, pid, seq, event, sizeof(*ifm), flags);

Completed in 146 milliseconds