Home
last modified time | relevance | path

Searched refs:NLMSG_DONE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/ipv4/netfilter/
Dipt_ULOG.c108 ub->lastnlh->nlmsg_type = NLMSG_DONE; in ulog_send()
261 nlh->nlmsg_type = NLMSG_DONE; in ipt_ulog_target()
/linux-2.4.37.9/include/linux/
Dnetlink.h77 #define NLMSG_DONE 0x3 /* End of a dump */ macro
/linux-2.4.37.9/net/netlink/
Daf_netlink.c996 nlh = __nlmsg_put(skb, NETLINK_CB(cb->skb).pid, cb->nlh->nlmsg_seq, NLMSG_DONE, sizeof(int)); in netlink_dump()