set_offload
ret = set_offload(q, arg);
ret = set_offload(tun, arg);
bool set_offload = false;
set_offload = !test_and_set_sta_flag(sta, WLAN_STA_DECAP_OFFLOAD);
set_offload = test_and_clear_sta_flag(sta, WLAN_STA_DECAP_OFFLOAD);
if (set_offload)