Home
last modified time | relevance | path

Searched refs:ECN_ALLOWED_IPSEC (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/netinet/
Dip_ecn.c95 case ECN_ALLOWED_IPSEC: in ip_ecn_ingress()
127 case ECN_ALLOWED_IPSEC: in ip_ecn_egress()
136 if (mode == ECN_ALLOWED_IPSEC) in ip_ecn_egress()
Dip_ecn.h42 #define ECN_ALLOWED_IPSEC 2 /* ECN allowed */ macro
Dip_ipip.c253 ECN_ALLOWED_IPSEC : ECN_ALLOWED; in ipip_input_if()