Searched refs:transfer_bitop (Results 1 – 1 of 1) sorted by relevance
/external/iproute2/tc/ |
D | f_flow.c | 92 static void transfer_bitop(__u32 *mask, __u32 *xor, __u32 m, __u32 x) in transfer_bitop() function 169 transfer_bitop(&mask, &xor, tmp, 0); in flow_parse_opt() 176 transfer_bitop(&mask, &xor, ~tmp, tmp); in flow_parse_opt() 183 transfer_bitop(&mask, &xor, ~0, tmp); in flow_parse_opt()
|