Searched refs:nlh2 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | ip_set_core.c | 1879 struct nlmsghdr *nlh2; in ip_set_header() local 1894 nlh2 = start_msg(skb2, NETLINK_CB(skb).portid, nlh->nlmsg_seq, 0, in ip_set_header() 1896 if (!nlh2) in ip_set_header() 1904 nlmsg_end(skb2, nlh2); in ip_set_header() 1913 nlmsg_cancel(skb2, nlh2); in ip_set_header() 1934 struct nlmsghdr *nlh2; in ip_set_type() local 1954 nlh2 = start_msg(skb2, NETLINK_CB(skb).portid, nlh->nlmsg_seq, 0, in ip_set_type() 1956 if (!nlh2) in ip_set_type() 1964 nlmsg_end(skb2, nlh2); in ip_set_type() 1966 pr_debug("Send TYPE, nlmsg_len: %u\n", nlh2->nlmsg_len); in ip_set_type() [all …]
|