Searched refs:peer_portid (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/net/netfilter/ |
| D | nfnetlink_log.c | 69 u32 peer_portid; /* PORTID of the peer process */ member 191 inst->peer_portid = portid; in instance_create() 325 nfulnl_alloc_skb(struct net *net, u32 peer_portid, unsigned int inst_size, in nfulnl_alloc_skb() argument 362 nfnetlink_unicast(inst->skb, inst->net, inst->peer_portid, in __nfulnl_send() 731 inst->skb = nfulnl_alloc_skb(net, inst->peer_portid, in nfulnl_log_packet() 781 if (n->portid == inst->peer_portid) in nfulnl_rcv_nl_event() 846 if (inst && inst->peer_portid != NETLINK_CB(skb).portid) { in nfulnl_recv_config() 1034 inst->peer_portid, inst->qlen, in seq_show()
|
| D | nfnetlink_queue.c | 65 u32 peer_portid; member 139 inst->peer_portid = portid; in instance_create() 688 err = nfnetlink_unicast(nskb, net, queue->peer_portid, MSG_DONTWAIT); in __nfqnl_enqueue_packet() 996 if (n->portid == inst->peer_portid) in nfqnl_rcv_nl_event() 1037 if (queue->peer_portid != nlportid) in verdict_instance_lookup() 1316 if (queue && queue->peer_portid != NETLINK_CB(skb).portid) { in nfqnl_recv_config() 1483 inst->peer_portid, inst->queue_total, in seq_show()
|