Searched defs:FwmarkCommand (Results 1 – 1 of 1) sorted by relevance
56 struct FwmarkCommand { struct57 enum {72 } cmdId;73 unsigned netId; // used only in the SELECT_NETWORK command; ignored otherwise.74 uid_t uid; // used in the SELECT_FOR_USER, QUERY_USER_ACCESS, TAG_SOCKET,76 uint32_t trafficCtrlInfo; // used in TAG_SOCKET, SET_COUNTERSET and SET_PACIFIER command;80 static bool isSupportedFamily(int socketFamily) { in isSupportedFamily()