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