Searched refs:nlh2 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/netfilter/ipset/ |
D | ip_set_core.c | 1701 struct nlmsghdr *nlh2; in ip_set_header() local 1716 nlh2 = start_msg(skb2, NETLINK_CB(skb).portid, nlh->nlmsg_seq, 0, in ip_set_header() 1718 if (!nlh2) in ip_set_header() 1726 nlmsg_end(skb2, nlh2); in ip_set_header() 1735 nlmsg_cancel(skb2, nlh2); in ip_set_header() 1756 struct nlmsghdr *nlh2; in ip_set_type() local 1776 nlh2 = start_msg(skb2, NETLINK_CB(skb).portid, nlh->nlmsg_seq, 0, in ip_set_type() 1778 if (!nlh2) in ip_set_type() 1786 nlmsg_end(skb2, nlh2); in ip_set_type() 1788 pr_debug("Send TYPE, nlmsg_len: %u\n", nlh2->nlmsg_len); in ip_set_type() [all …]
|