1. NAME

audit_receive_filter - apply all rules to the specified message type

2. SYNOPSIS

int audit_receive_filter(int  type , int  pid , int  seq , void *  data , size_t  datasz );

3. ARGUMENTS

type
    audit message type

pid
    target pid for netlink audit messages

seq
    netlink audit message sequence (serial) number

data
    payload data

datasz
    size of payload data

4. COPYRIGHT