Lines Matching defs:skb

70 static u32 flow_get_src(const struct sk_buff *skb, const struct flow_keys *flow)  in flow_get_src()
80 static u32 flow_get_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_dst()
90 static u32 flow_get_proto(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto()
95 static u32 flow_get_proto_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto_src()
103 static u32 flow_get_proto_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto_dst()
111 static u32 flow_get_iif(const struct sk_buff *skb) in flow_get_iif()
116 static u32 flow_get_priority(const struct sk_buff *skb) in flow_get_priority()
121 static u32 flow_get_mark(const struct sk_buff *skb) in flow_get_mark()
126 static u32 flow_get_nfct(const struct sk_buff *skb) in flow_get_nfct()
136 #define CTTUPLE(skb, member) \ argument
145 #define CTTUPLE(skb, member) \ argument
152 static u32 flow_get_nfct_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_nfct_src()
164 static u32 flow_get_nfct_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_nfct_dst()
176 static u32 flow_get_nfct_proto_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_nfct_proto_src()
183 static u32 flow_get_nfct_proto_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_nfct_proto_dst()
190 static u32 flow_get_rtclassid(const struct sk_buff *skb) in flow_get_rtclassid()
199 static u32 flow_get_skuid(const struct sk_buff *skb) in flow_get_skuid()
211 static u32 flow_get_skgid(const struct sk_buff *skb) in flow_get_skgid()
223 static u32 flow_get_vlan_tag(const struct sk_buff *skb) in flow_get_vlan_tag()
232 static u32 flow_get_rxhash(struct sk_buff *skb) in flow_get_rxhash()
237 static u32 flow_key_get(struct sk_buff *skb, int key, struct flow_keys *flow) in flow_key_get()
292 static int flow_classify(struct sk_buff *skb, const struct tcf_proto *tp, in flow_classify()
603 struct sk_buff *skb, struct tcmsg *t) in flow_dump()