Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_proto.c149 .pr_flags = PR_WANTRCVD|PR_LASTHDR,
161 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LASTHDR,
194 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR,
203 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR,
214 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR,
223 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR,
232 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR,
241 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR,
250 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR,
260 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR,
[all …]
H A Dsctp_module.c62 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LASTHDR,
74 .pr_flags = PR_WANTRCVD|PR_LASTHDR,
90 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LASTHDR,
103 .pr_flags = PR_WANTRCVD|PR_LASTHDR,
/f-stack/freebsd/netinet6/
H A Din6_proto.c186 .pr_flags = PR_WANTRCVD|PR_LASTHDR,
200 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LASTHDR,
239 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR,
277 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR,
288 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR,
298 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR,
308 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR,
/f-stack/freebsd/netipsec/
H A Dipsec_input.c254 if ((inetsw[ip_protox[proto]].pr_flags & PR_LASTHDR) == 0) in ipsec4_input()
470 if ((inet6sw[ip6_protox[proto]].pr_flags & PR_LASTHDR) == 0) in ipsec6_input()
668 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 && in ipsec6_common_input_cb()
/f-stack/tools/compat/include/sys/
H A Dprotosw.h121 #define PR_LASTHDR 0x40 /* enforce ipsec policy; last header */ macro
/f-stack/freebsd/sys/
H A Dprotosw.h123 #define PR_LASTHDR 0x40 /* enforce ipsec policy; last header */ macro
/f-stack/freebsd/kern/
H A Duipc_debug.c300 if (pr_flags & PR_LASTHDR) { in db_print_prflags()