Searched defs:secmark (Results 1 - 1 of 1) sorted by relevance

/net/netfilter/
H A Dxt_SECMARK.c2 * Module for modifying the secmark field of the skb, for use by
35 u32 secmark = 0; local
42 secmark = info->secid;
48 skb->secmark = secmark;

Completed in 141 milliseconds