Lines Matching defs:skb
69 static u32 flow_get_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_src()
76 static u32 flow_get_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_dst()
83 static u32 flow_get_proto(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto()
88 static u32 flow_get_proto_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto_src()
96 static u32 flow_get_proto_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_proto_dst()
104 static u32 flow_get_iif(const struct sk_buff *skb) in flow_get_iif()
109 static u32 flow_get_priority(const struct sk_buff *skb) in flow_get_priority()
114 static u32 flow_get_mark(const struct sk_buff *skb) in flow_get_mark()
119 static u32 flow_get_nfct(const struct sk_buff *skb) in flow_get_nfct()
129 #define CTTUPLE(skb, member) \ argument
138 #define CTTUPLE(skb, member) \ argument
145 static u32 flow_get_nfct_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_nfct_src()
157 static u32 flow_get_nfct_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_nfct_dst()
169 static u32 flow_get_nfct_proto_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_nfct_proto_src()
176 static u32 flow_get_nfct_proto_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_nfct_proto_dst()
183 static u32 flow_get_rtclassid(const struct sk_buff *skb) in flow_get_rtclassid()
192 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()
210 static u32 flow_get_vlan_tag(const struct sk_buff *skb) in flow_get_vlan_tag()
219 static u32 flow_get_rxhash(struct sk_buff *skb) in flow_get_rxhash()
224 static u32 flow_key_get(struct sk_buff *skb, int key, struct flow_keys *flow) in flow_key_get()
279 static int flow_classify(struct sk_buff *skb, const struct tcf_proto *tp, in flow_classify()
590 struct sk_buff *skb, struct tcmsg *t) in flow_dump()