Home
last modified time | relevance | path

Searched refs:portid (Results 1 – 3 of 3) sorted by relevance

/kernel/
Daudit.c185 __u32 portid; member
190 static void audit_set_portid(struct audit_buffer *ab, __u32 portid) in audit_set_portid() argument
194 nlh->nlmsg_pid = portid; in audit_set_portid()
552 netlink_unicast(aunet->nlsk, skb, dest->portid, 0); in audit_send_list()
560 struct sk_buff *audit_make_reply(__u32 portid, int seq, int type, int done, in audit_make_reply() argument
573 nlh = nlmsg_put(skb, portid, seq, t, size, flags); in audit_make_reply()
596 netlink_unicast(aunet->nlsk , reply->skb, reply->portid, 0); in audit_send_reply_thread()
617 u32 portid = NETLINK_CB(request_skb).portid; in audit_send_reply() local
627 skb = audit_make_reply(portid, seq, type, done, multi, payload, size); in audit_send_reply()
632 reply->portid = portid; in audit_send_reply()
[all …]
Dauditfilter.c1041 static void audit_list_rules(__u32 portid, int seq, struct sk_buff_head *q) in audit_list_rules() argument
1056 skb = audit_make_reply(portid, seq, AUDIT_LIST_RULES, in audit_list_rules()
1064 skb = audit_make_reply(portid, seq, AUDIT_LIST_RULES, 1, 1, NULL, 0); in audit_list_rules()
1099 int audit_rule_change(int type, __u32 portid, int seq, void *data, in audit_rule_change() argument
1141 u32 portid = NETLINK_CB(request_skb).portid; in audit_list_rules_send() local
1157 dest->portid = portid; in audit_list_rules_send()
1161 audit_list_rules(portid, seq, &dest->q); in audit_list_rules_send()
Daudit.h236 extern struct sk_buff *audit_make_reply(__u32 portid, int seq, int type,
242 __u32 portid; member