Searched refs:nlh2 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/net/netfilter/ipset/ |
| D | ip_set_core.c | 1890 struct nlmsghdr *nlh2; in ip_set_header() local 1905 nlh2 = start_msg(skb2, NETLINK_CB(skb).portid, nlh->nlmsg_seq, 0, in ip_set_header() 1907 if (!nlh2) in ip_set_header() 1915 nlmsg_end(skb2, nlh2); in ip_set_header() 1924 nlmsg_cancel(skb2, nlh2); in ip_set_header() 1945 struct nlmsghdr *nlh2; in ip_set_type() local 1965 nlh2 = start_msg(skb2, NETLINK_CB(skb).portid, nlh->nlmsg_seq, 0, in ip_set_type() 1967 if (!nlh2) in ip_set_type() 1975 nlmsg_end(skb2, nlh2); in ip_set_type() 1977 pr_debug("Send TYPE, nlmsg_len: %u\n", nlh2->nlmsg_len); in ip_set_type() [all …]
|