Lines Matching refs:msg_type
987 static int audit_netlink_ok(struct sk_buff *skb, u16 msg_type) in audit_netlink_ok() argument
1005 switch (msg_type) { in audit_netlink_ok()
1044 struct audit_buffer **ab, u16 msg_type) in audit_log_common_recv_msg() argument
1049 if (!audit_enabled && msg_type != AUDIT_USER_AVC) { in audit_log_common_recv_msg()
1054 *ab = audit_log_start(context, GFP_KERNEL, msg_type); in audit_log_common_recv_msg()
1063 u16 msg_type) in audit_log_user_recv_msg() argument
1065 audit_log_common_recv_msg(NULL, ab, msg_type); in audit_log_user_recv_msg()
1179 u16 msg_type = nlh->nlmsg_type; in audit_receive_msg() local
1184 err = audit_netlink_ok(skb, msg_type); in audit_receive_msg()
1191 switch (msg_type) { in audit_receive_msg()
1324 if (!audit_enabled && msg_type != AUDIT_USER_AVC) in audit_receive_msg()
1327 err = audit_filter(msg_type, AUDIT_FILTER_USER); in audit_receive_msg()
1330 if (msg_type == AUDIT_USER_TTY) { in audit_receive_msg()
1335 audit_log_user_recv_msg(&ab, msg_type); in audit_receive_msg()
1336 if (msg_type != AUDIT_USER_TTY) in audit_receive_msg()
1361 msg_type == AUDIT_ADD_RULE ? in audit_receive_msg()
1367 err = audit_rule_change(msg_type, seq, data, nlmsg_len(nlh)); in audit_receive_msg()