Searched refs:nlh2 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/net/netfilter/ipset/ |
D | ip_set_core.c | 1860 struct nlmsghdr *nlh2; in ip_set_header() local 1874 nlh2 = start_msg(skb2, NETLINK_CB(skb).portid, info->nlh->nlmsg_seq, 0, in ip_set_header() 1876 if (!nlh2) in ip_set_header() 1884 nlmsg_end(skb2, nlh2); in ip_set_header() 1889 nlmsg_cancel(skb2, nlh2); in ip_set_header() 1908 struct nlmsghdr *nlh2; in ip_set_type() local 1928 nlh2 = start_msg(skb2, NETLINK_CB(skb).portid, info->nlh->nlmsg_seq, 0, in ip_set_type() 1930 if (!nlh2) in ip_set_type() 1938 nlmsg_end(skb2, nlh2); in ip_set_type() 1940 pr_debug("Send TYPE, nlmsg_len: %u\n", nlh2->nlmsg_len); in ip_set_type() [all …]
|