Searched refs:PKT_F_KEEPALIVE (Results 1 – 4 of 4) sorted by relevance
770 #define PKT_F_KEEPALIVE 0x0000000000040000ULL /* (U+K) */ macro881 PKT_F_START_SEQ | PKT_F_KEEPALIVE | PKT_F_WAKE_PKT)
710 PKT_ADDR(ph)->pkt_pflags |= PKT_F_KEEPALIVE; in __packet_set_keep_alive()712 PKT_ADDR(ph)->pkt_pflags &= ~PKT_F_KEEPALIVE; in __packet_set_keep_alive()720 return (PKT_ADDR(ph)->pkt_pflags & PKT_F_KEEPALIVE) != 0; in __packet_get_keep_alive()
182 static_assert(PKT_F_KEEPALIVE == PKTF_KEEPALIVE); in pp_init()184 …X_COMPL_TS_REQ | PKT_F_TS_VALID | PKT_F_NEW_FLOW | PKT_F_START_SEQ | PKT_F_KEEPALIVE | PKT_F_WAKE_… in pp_init()
768 if ((pkt->pkt_pflags & PKT_F_KEEPALIVE) != 0) { in nx_netif_pktap_output()