Searched refs:PR_LASTHDR (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/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,
|
| /f-stack/freebsd/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,
|
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_input.c | 254 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 D | protosw.h | 121 #define PR_LASTHDR 0x40 /* enforce ipsec policy; last header */ macro
|
| /f-stack/freebsd/sys/ |
| H A D | protosw.h | 123 #define PR_LASTHDR 0x40 /* enforce ipsec policy; last header */ macro
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_debug.c | 300 if (pr_flags & PR_LASTHDR) { in db_print_prflags()
|