HomeSort by relevance Sort by last modified time
    Searched full:secmark (Results 1 - 6 of 6) sorted by null

  /external/iptables/extensions/
libip6t_SECMARK.c 2 * Shared library add-on to iptables to add SECMARK target support.
17 #define PFX "SECMARK target: "
22 "SECMARK target v%s options:\n"
94 printf("SECMARK ");
108 static struct ip6tables_target secmark = { variable in typeref:struct:ip6tables_target
109 .name = "SECMARK",
124 register_target6(&secmark);
libipt_SECMARK.c 2 * Shared library add-on to iptables to add SECMARK target support.
15 #define PFX "SECMARK target: "
20 "SECMARK target v%s options:\n"
92 printf("SECMARK ");
106 static struct iptables_target secmark = { variable in typeref:struct:iptables_target
108 .name = "SECMARK",
124 register_target(&secmark);
libip6t_CONNSECMARK.man 3 if unlabeled). Typically used in conjunction with SECMARK, it is
libipt_CONNSECMARK.man 3 if unlabeled). Typically used in conjunction with SECMARK, it is
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack.h 124 u_int32_t secmark; member in struct:ip_conntrack
  /external/kernel-headers/original/linux/
skbuff.h 228 * @secmark: security marking
309 __u32 secmark; member in struct:sk_buff
    [all...]

Completed in 54 milliseconds