Lines Matching defs:skb

71 static u32 flow_get_src(const struct sk_buff *skb, const struct flow_keys *flow)  in flow_get_src()
78 static u32 flow_get_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_dst()
85 static u32 flow_get_proto(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto()
90 static u32 flow_get_proto_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto_src()
98 static u32 flow_get_proto_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto_dst()
106 static u32 flow_get_iif(const struct sk_buff *skb) in flow_get_iif()
111 static u32 flow_get_priority(const struct sk_buff *skb) in flow_get_priority()
116 static u32 flow_get_mark(const struct sk_buff *skb) in flow_get_mark()
121 static u32 flow_get_nfct(const struct sk_buff *skb) in flow_get_nfct()
131 #define CTTUPLE(skb, member) \ argument
140 #define CTTUPLE(skb, member) \ argument
147 static u32 flow_get_nfct_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_nfct_src()
159 static u32 flow_get_nfct_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_nfct_dst()
171 static u32 flow_get_nfct_proto_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_nfct_proto_src()
178 static u32 flow_get_nfct_proto_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_nfct_proto_dst()
185 static u32 flow_get_rtclassid(const struct sk_buff *skb) in flow_get_rtclassid()
194 static u32 flow_get_skuid(const struct sk_buff *skb) in flow_get_skuid()
201 static u32 flow_get_skgid(const struct sk_buff *skb) in flow_get_skgid()
208 static u32 flow_get_vlan_tag(const struct sk_buff *skb) in flow_get_vlan_tag()
217 static u32 flow_get_rxhash(struct sk_buff *skb) in flow_get_rxhash()
222 static u32 flow_key_get(struct sk_buff *skb, int key, struct flow_keys *flow) in flow_key_get()
277 static int flow_classify(struct sk_buff *skb, const struct tcf_proto *tp, in flow_classify()
561 struct sk_buff *skb, struct tcmsg *t) in flow_dump()