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)
687 PKT_ADDR(ph)->pkt_pflags |= PKT_F_KEEPALIVE; in __packet_set_keep_alive()689 PKT_ADDR(ph)->pkt_pflags &= ~PKT_F_KEEPALIVE; in __packet_set_keep_alive()697 return (PKT_ADDR(ph)->pkt_pflags & PKT_F_KEEPALIVE) != 0; in __packet_get_keep_alive()
164 _CASSERT(PKT_F_KEEPALIVE == PKTF_KEEPALIVE); in pp_init()169 PKT_F_START_SEQ | PKT_F_KEEPALIVE | PKT_F_WAKE_PKT)); in pp_init()
777 if ((pkt->pkt_pflags & PKT_F_KEEPALIVE) != 0) { in nx_netif_pktap_output()