Home
last modified time | relevance | path

Searched defs:acr (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/ipsec-secgw/
H A Dsp6.c20 #define IPV6_FROM_SP(acr, fidx_low, fidx_high) \ argument
24 #define IPV6_DST_FROM_SP(addr, acr) do {\ argument
31 #define IPV6_SRC_FROM_SP(addr, acr) do {\ argument
38 #define IPV6_DST_MASK_FROM_SP(mask, acr) \ argument
44 #define IPV6_SRC_MASK_FROM_SP(mask, acr) \ argument
657 struct acl6_rules *acr; in check_spi_value() local
744 const struct acl6_rules *acr; in sp6_spi_present() local
H A Dsp4.c20 #define IPV4_DST_FROM_SP(acr) \ argument
23 #define IPV4_SRC_FROM_SP(acr) \ argument
26 #define IPV4_DST_MASK_FROM_SP(acr) \ argument
29 #define IPV4_SRC_MASK_FROM_SP(acr) \ argument
526 struct acl4_rules *acr; in check_spi_value() local
614 const struct acl4_rules *acr; in sp4_spi_present() local
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c446 zvol_geom_access(struct g_provider *pp, int acr, int acw, int ace) in zvol_geom_access()