Lines Matching refs:msg_type
1033 static int audit_netlink_ok(struct sk_buff *skb, u16 msg_type) in audit_netlink_ok() argument
1051 switch (msg_type) { in audit_netlink_ok()
1090 struct audit_buffer **ab, u16 msg_type) in audit_log_common_recv_msg() argument
1095 if (!audit_enabled && msg_type != AUDIT_USER_AVC) { in audit_log_common_recv_msg()
1100 *ab = audit_log_start(context, GFP_KERNEL, msg_type); in audit_log_common_recv_msg()
1109 u16 msg_type) in audit_log_user_recv_msg() argument
1111 audit_log_common_recv_msg(NULL, ab, msg_type); in audit_log_user_recv_msg()
1225 u16 msg_type = nlh->nlmsg_type; in audit_receive_msg() local
1230 err = audit_netlink_ok(skb, msg_type); in audit_receive_msg()
1238 switch (msg_type) { in audit_receive_msg()
1381 if (!audit_enabled && msg_type != AUDIT_USER_AVC) in audit_receive_msg()
1387 err = audit_filter(msg_type, AUDIT_FILTER_USER); in audit_receive_msg()
1392 if (msg_type == AUDIT_USER_TTY) { in audit_receive_msg()
1397 audit_log_user_recv_msg(&ab, msg_type); in audit_receive_msg()
1398 if (msg_type != AUDIT_USER_TTY) { in audit_receive_msg()
1421 msg_type == AUDIT_ADD_RULE ? in audit_receive_msg()
1427 err = audit_rule_change(msg_type, seq, data, data_len); in audit_receive_msg()