Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/pf/
HDpf_norm.c2144 pd->sctp_flags |= PFDESC_SCTP_HEARTBEAT_ACK; in pf_scan_sctp()
HDpf.c6266 if (pd->sctp_flags & (PFDESC_SCTP_COOKIE | PFDESC_SCTP_HEARTBEAT_ACK)) { in pf_test_state_sctp()
/freebsd-14-stable/sys/net/
HDpfvar.h1591 #define PFDESC_SCTP_HEARTBEAT_ACK 0x0400 macro