Home
last modified time | relevance | path

Searched refs:XTC_LABEL_RETURN (Results 1 – 6 of 6) sorted by relevance

/third_party/iptables/include/libiptc/
Dlibxtc.h26 #define XTC_LABEL_RETURN "RETURN" macro
/third_party/iptables/iptables/
Dxtables-translate.c83 else if (strcmp(cs->jumpto, XTC_LABEL_RETURN) == 0) in xlate_action()
Dnft-arp.c231 else if (strcmp(cs->jumpto, XTC_LABEL_RETURN) == 0) in nft_arp_add()
Dnft-bridge.c776 else if (strcmp(cs->jumpto, XTC_LABEL_RETURN) == 0) in xlate_ebaction()
Dnft.c1339 else if (strcmp(cs->jumpto, XTC_LABEL_RETURN) == 0) in add_action()
/third_party/iptables/libxtables/
Dxtables.c797 || strcmp(name, XTC_LABEL_RETURN) == 0) in xtables_find_target()