Searched refs:PKTF_KEEPALIVE (Results 1 – 7 of 7) sorted by relevance
425 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()
13321 packet->m_pkthdr.pkt_flags |= PKTF_KEEPALIVE; in necp_mark_packet_as_keepalive()13323 packet->m_pkthdr.pkt_flags &= ~PKTF_KEEPALIVE; in necp_mark_packet_as_keepalive()13427 return packet->m_pkthdr.pkt_flags & PKTF_KEEPALIVE; in necp_get_is_keepalive_from_packet()
2145 *is_keepalive = (m->m_pkthdr.pkt_flags & PKTF_KEEPALIVE); in mbuf_get_keepalive_flag()2158 m->m_pkthdr.pkt_flags |= PKTF_KEEPALIVE; in mbuf_set_keepalive_flag()2160 m->m_pkthdr.pkt_flags &= ~PKTF_KEEPALIVE; in mbuf_set_keepalive_flag()
552 #define PKTF_KEEPALIVE 0x40000 /* pkt is kernel-generated keepalive */ macro
178 _CASSERT(PKT_F_KEEPALIVE == PKTF_KEEPALIVE); in pp_init()
886 m->m_pkthdr.pkt_flags |= PKTF_KEEPALIVE; in tcp_respond()