Searched refs:PKT_F_KEEPALIVE (Results 1 – 4 of 4) sorted by relevance
744 #define PKT_F_KEEPALIVE 0x0000000000040000ULL /* (U+K) */ macro853 PKT_F_START_SEQ | PKT_F_KEEPALIVE | PKT_F_WAKE_PKT)
570 PKT_ADDR(ph)->pkt_pflags |= PKT_F_KEEPALIVE; in __packet_set_keep_alive()572 PKT_ADDR(ph)->pkt_pflags &= ~PKT_F_KEEPALIVE; in __packet_set_keep_alive()580 return (PKT_ADDR(ph)->pkt_pflags & PKT_F_KEEPALIVE) != 0; in __packet_get_keep_alive()
163 _CASSERT(PKT_F_KEEPALIVE == PKTF_KEEPALIVE); in pp_init()168 PKT_F_START_SEQ | PKT_F_KEEPALIVE | PKT_F_WAKE_PKT)); in pp_init()
772 if ((pkt->pkt_pflags & PKT_F_KEEPALIVE) != 0) { in nx_netif_pktap_output()