Searched refs:PR_LASTHDR (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/netinet/ |
| H A D | in_proto.c | 153 .pr_flags = PR_WANTRCVD|PR_LASTHDR, 165 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LASTHDR, 198 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR, 207 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR, 218 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR, 227 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR, 236 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR, 245 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR, 254 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR, 264 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR, [all …]
|
| /freebsd-12.1/sys/netinet6/ |
| H A D | in6_proto.c | 190 .pr_flags = PR_WANTRCVD|PR_LASTHDR, 204 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LASTHDR, 243 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR, 281 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR, 292 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR, 302 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR, 312 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR,
|
| /freebsd-12.1/sys/netipsec/ |
| H A D | ipsec_input.c | 255 if ((inetsw[ip_protox[proto]].pr_flags & PR_LASTHDR) == 0) in ipsec4_input() 468 if ((inet6sw[ip6_protox[proto]].pr_flags & PR_LASTHDR) == 0) in ipsec6_input() 663 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 && in ipsec6_common_input_cb()
|
| /freebsd-12.1/sys/sys/ |
| H A D | protosw.h | 123 #define PR_LASTHDR 0x40 /* enforce ipsec policy; last header */ macro
|
| /freebsd-12.1/sys/kern/ |
| H A D | uipc_debug.c | 300 if (pr_flags & PR_LASTHDR) { in db_print_prflags()
|