Home
last modified time | relevance | path

Searched refs:peer_portid (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/netfilter/
Dnfnetlink_log.c67 u32 peer_portid; /* PORTID of the peer process */ member
189 inst->peer_portid = portid; in instance_create()
327 nfulnl_alloc_skb(struct net *net, u32 peer_portid, unsigned int inst_size, in nfulnl_alloc_skb() argument
337 skb = nfnetlink_alloc_skb(net, n, peer_portid, GFP_ATOMIC); in nfulnl_alloc_skb()
344 peer_portid, GFP_ATOMIC); in nfulnl_alloc_skb()
365 nfnetlink_unicast(inst->skb, inst->net, inst->peer_portid, in __nfulnl_send()
728 inst->skb = nfulnl_alloc_skb(net, inst->peer_portid, in nfulnl_log_packet()
779 if (n->portid == inst->peer_portid) in nfulnl_rcv_nl_event()
845 if (inst && inst->peer_portid != NETLINK_CB(skb).portid) { in nfulnl_recv_config()
1033 inst->peer_portid, inst->qlen, in seq_show()
Dnfnetlink_queue.c58 u32 peer_portid; member
132 inst->peer_portid = portid; in instance_create()
389 skb = __netlink_alloc_skb(net->nfnl, size, rem_len, queue->peer_portid, in nfqnl_build_packet_message()
585 err = nfnetlink_unicast(nskb, net, queue->peer_portid, MSG_DONTWAIT); in __nfqnl_enqueue_packet()
898 if (n->portid == inst->peer_portid) in nfqnl_rcv_nl_event()
933 if (queue->peer_portid != nlportid) in verdict_instance_lookup()
1138 if (queue && queue->peer_portid != NETLINK_CB(skb).portid) { in nfqnl_recv_config()
1337 inst->peer_portid, inst->queue_total, in seq_show()