Searched refs:PKT_F_L4S (Results 1 – 6 of 6) sorted by relevance
816 #define PKT_F_L4S 0x0000800000000000ULL /* (U+K) */ macro850 PKT_F_TRUNCATED | PKT_F_WAKE_PKT | PKT_F_L4S)
879 pkt->pkt_pflags |= PKT_F_L4S; in pkt_copy_from_mbuf()1255 pkt->pkt_pflags |= PKT_F_L4S; in pkt_copy_multi_buflet_from_mbuf()1489 if ((pkt->pkt_pflags & PKT_F_L4S) != 0) { in pkt_copy_to_mbuf()1689 if ((pkt->pkt_pflags & PKT_F_L4S) != 0) { in pkt_copy_multi_buflet_to_mbuf()
711 return (PKT_ADDR(ph)->pkt_pflags & PKT_F_L4S) != 0; in __packet_get_l4s_flag()721 PKT_ADDR(ph)->pkt_pflags |= PKT_F_L4S; in __packet_set_l4s_flag()723 PKT_ADDR(ph)->pkt_pflags &= ~PKT_F_L4S; in __packet_set_l4s_flag()
176 PKT_F_TRUNCATED | PKT_F_WAKE_PKT | PKT_F_L4S)); in pp_init()
781 return (kp->pkt_pflags & PKT_F_L4S) != 0; in pktsched_is_pkt_l4s()
2328 if ((pkt->pkt_pflags & PKT_F_L4S) != 0) { in convert_pkt_to_mbuf()