Home
last modified time | relevance | path

Searched refs:XTC_LABEL_ACCEPT (Results 1 – 7 of 7) sorted by relevance

/external/iptables/include/libiptc/
Dlibxtc.h23 #define XTC_LABEL_ACCEPT "ACCEPT" macro
/external/iproute2/include/libiptc/
Dlibxtc.h23 #define XTC_LABEL_ACCEPT "ACCEPT" macro
/external/iptables/iptables/
Dxtables-translate.c62 if (strcmp(cs->jumpto, XTC_LABEL_ACCEPT) == 0) in xlate_action()
Dnft-bridge.c138 if (strcmp(cs->jumpto, XTC_LABEL_ACCEPT) == 0) in _add_action()
Dnft-arp.c222 if (strcmp(cs->jumpto, XTC_LABEL_ACCEPT) == 0) in nft_arp_add()
Dnft.c976 if (strcmp(cs->jumpto, XTC_LABEL_ACCEPT) == 0) in add_action()
/external/iptables/libxtables/
Dxtables.c720 || strcmp(name, XTC_LABEL_ACCEPT) == 0 in xtables_find_target()