Searched refs:PR_LASTHDR (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/netinet/ |
| H A D | in_proto.c | 149 .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 D | sctp_module.c | 62 .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,
|
| /freebsd-13.1/sys/netinet6/ |
| H A D | in6_proto.c | 186 .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,
|
| /freebsd-13.1/sys/netipsec/ |
| H A D | ipsec_input.c | 254 if ((inetsw[ip_protox[proto]].pr_flags & PR_LASTHDR) == 0) in ipsec4_input() 476 if ((inet6sw[ip6_protox[proto]].pr_flags & PR_LASTHDR) == 0) in ipsec6_input() 674 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 && in ipsec6_common_input_cb()
|
| /freebsd-13.1/sys/sys/ |
| H A D | protosw.h | 127 #define PR_LASTHDR 0x40 /* enforce ipsec policy; last header */ macro
|
| /freebsd-13.1/sys/kern/ |
| H A D | uipc_debug.c | 300 if (pr_flags & PR_LASTHDR) { in db_print_prflags()
|