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

/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_policy.h57 struct ipt_policy_elem pol[IPT_POLICY_MAX_ELEM]; member in struct:ipt_policy_info
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_policy.h53 struct ip6t_policy_elem pol[IP6T_POLICY_MAX_ELEM]; member in struct:ip6t_policy_info
/external/strace/
H A Dmem.c765 int pol; local
768 else if (syserror(tcp) || umove(tcp, tcp->u_arg[0], &pol) < 0)
771 printxval(policies, pol, "MPOL_???");
/external/kernel-headers/original/linux/
H A Dmempolicy.h79 extern void __mpol_free(struct mempolicy *pol);
80 static inline void mpol_free(struct mempolicy *pol) argument
82 if (pol)
83 __mpol_free(pol);
86 extern struct mempolicy *__mpol_copy(struct mempolicy *pol);
87 static inline struct mempolicy *mpol_copy(struct mempolicy *pol) argument
89 if (pol)
90 pol = __mpol_copy(pol);
91 return pol;
97 mpol_get(struct mempolicy *pol) argument
194 mpol_get(struct mempolicy *pol) argument
238 mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *new) argument
[all...]
/external/iproute2/include/linux/
H A Dxfrm.h409 struct xfrm_userpolicy_info pol; member in struct:xfrm_user_polexpire
/external/iptables/
H A Dip6tables.c1265 const char *pol = ip6tc_get_policy(chain, &counters, handle); local
1267 if (pol) {
1268 printf(" (policy %s", pol);
H A Diptables.c1331 const char *pol = iptc_get_policy(chain, &counters, handle); local
1333 if (pol) {
1334 printf(" (policy %s", pol);

Completed in 125 milliseconds