Searched refs:PKTF_KEEPALIVE (Results 1 – 7 of 7) sorted by relevance
430 if (m->m_pkthdr.pkt_flags & PKTF_KEEPALIVE) { in droptap_bpf_tap_mbuf()
1294 if (m->m_pkthdr.pkt_flags & PKTF_KEEPALIVE) { in pktap_bpf_tap()
13454 packet->m_pkthdr.pkt_flags |= PKTF_KEEPALIVE; in necp_mark_packet_as_keepalive()13456 packet->m_pkthdr.pkt_flags &= ~PKTF_KEEPALIVE; in necp_mark_packet_as_keepalive()13560 return packet->m_pkthdr.pkt_flags & PKTF_KEEPALIVE; in necp_get_is_keepalive_from_packet()
2156 *is_keepalive = (m->m_pkthdr.pkt_flags & PKTF_KEEPALIVE); in mbuf_get_keepalive_flag()2169 m->m_pkthdr.pkt_flags |= PKTF_KEEPALIVE; in mbuf_set_keepalive_flag()2171 m->m_pkthdr.pkt_flags &= ~PKTF_KEEPALIVE; in mbuf_set_keepalive_flag()
557 #define PKTF_KEEPALIVE 0x40000 /* pkt is kernel-generated keepalive */ macro
182 static_assert(PKT_F_KEEPALIVE == PKTF_KEEPALIVE); in pp_init()
1065 m->m_pkthdr.pkt_flags |= PKTF_KEEPALIVE; in tcp_respond()