Home
last modified time | relevance | path

Searched defs:flow_keys (Results 1 – 2 of 2) sorted by relevance

/external/iproute2/examples/bpf/
Dbpf_prog.c225 struct flow_keys { struct
226 __u32 src;
227 __u32 dst;
228 union {
232 __s32 th_off;
233 __u8 ip_proto;
/external/iproute2/tc/
Df_flow.c42 static const char *flow_keys[FLOW_KEY_MAX+1] = { variable