Searched refs:NULL_PACKET_LEN (Results 1 – 4 of 4) sorted by relevance
183 *len = NULL_PACKET_LEN; in _phl_pkt_ofld_construct_null_data()185 *pkt_buf = _os_mem_alloc(d, NULL_PACKET_LEN); in _phl_pkt_ofld_construct_null_data()190 _os_mem_set(d, *pkt_buf, 0, NULL_PACKET_LEN); in _phl_pkt_ofld_construct_null_data()
69 #define NULL_PACKET_LEN 24 macro