Lines Matching refs:ad
35 * @ad : the audit data to fill
41 struct common_audit_data *ad, u8 *proto)
50 ad->u.net->v4info.saddr = ih->saddr;
51 ad->u.net->v4info.daddr = ih->daddr;
65 ad->u.net->sport = th->source;
66 ad->u.net->dport = th->dest;
74 ad->u.net->sport = uh->source;
75 ad->u.net->dport = uh->dest;
83 ad->u.net->sport = dh->dccph_sport;
84 ad->u.net->dport = dh->dccph_dport;
91 ad->u.net->sport = sh->source;
92 ad->u.net->dport = sh->dest;
104 * @ad : the audit data to fill
110 struct common_audit_data *ad, u8 *proto)
120 ad->u.net->v6info.saddr = ip6->saddr;
121 ad->u.net->v6info.daddr = ip6->daddr;
141 ad->u.net->sport = th->source;
142 ad->u.net->dport = th->dest;
152 ad->u.net->sport = uh->source;
153 ad->u.net->dport = uh->dest;
163 ad->u.net->sport = dh->dccph_sport;
164 ad->u.net->dport = dh->dccph_dport;
173 ad->u.net->sport = sh->source;
174 ad->u.net->dport = sh->dest;