Searched refs:__nlmsg_put (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | netlink.h | 142 __nlmsg_put(struct sk_buff *skb, u32 pid, u32 seq, int type, int len) in __nlmsg_put() function 159 __nlmsg_put(skb, pid, seq, type, len); })
|
/linux-2.4.37.9/net/netlink/ |
D | af_netlink.c | 996 nlh = __nlmsg_put(skb, NETLINK_CB(cb->skb).pid, cb->nlh->nlmsg_seq, NLMSG_DONE, sizeof(int)); in netlink_dump() 1075 rep = __nlmsg_put(skb, NETLINK_CB(in_skb).pid, nlh->nlmsg_seq, in netlink_ack()
|