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()
553 netlink_unicast(aunet->nlsk, skb, dest->portid, 0); in audit_send_list()
561 struct sk_buff *audit_make_reply(__u32 portid, int seq, int type, int done, in audit_make_reply() argument
574 nlh = nlmsg_put(skb, portid, seq, t, size, flags); in audit_make_reply()
597 netlink_unicast(aunet->nlsk , reply->skb, reply->portid, 0); in audit_send_reply_thread()
618 u32 portid = NETLINK_CB(request_skb).portid; in audit_send_reply() local
628 skb = audit_make_reply(portid, seq, type, done, multi, payload, size); in audit_send_reply()
633 reply->portid = portid; in audit_send_reply()
880 audit_nlk_portid = NETLINK_CB(skb).portid; in audit_receive_msg()
944 audit_set_portid(ab, NETLINK_CB(skb).portid); in audit_receive_msg()
959 err = audit_rule_change(msg_type, NETLINK_CB(skb).portid, in audit_receive_msg()