Lines Matching refs:portid
186 __u32 portid; member
191 static void audit_set_portid(struct audit_buffer *ab, __u32 portid) in audit_set_portid() argument
195 nlh->nlmsg_pid = portid; in audit_set_portid()
536 netlink_unicast(aunet->nlsk, skb, dest->portid, 0); in audit_send_list()
544 struct sk_buff *audit_make_reply(__u32 portid, int seq, int type, int done, in audit_make_reply() argument
557 nlh = nlmsg_put(skb, portid, seq, t, size, flags); in audit_make_reply()
580 netlink_unicast(aunet->nlsk , reply->skb, reply->portid, 0); in audit_send_reply_thread()
601 u32 portid = NETLINK_CB(request_skb).portid; in audit_send_reply() local
611 skb = audit_make_reply(portid, seq, type, done, multi, payload, size); in audit_send_reply()
616 reply->portid = portid; in audit_send_reply()
866 audit_nlk_portid = NETLINK_CB(skb).portid; in audit_receive_msg()
930 audit_set_portid(ab, NETLINK_CB(skb).portid); in audit_receive_msg()
945 err = audit_rule_change(msg_type, NETLINK_CB(skb).portid, in audit_receive_msg()