Lines Matching defs:skb
73 static u32 flow_get_src(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_src()
83 static u32 flow_get_dst(const struct sk_buff *skb, const struct flow_keys *flow) in flow_get_dst()
93 static u32 flow_get_proto(const struct sk_buff *skb, in flow_get_proto()
99 static u32 flow_get_proto_src(const struct sk_buff *skb, in flow_get_proto_src()
108 static u32 flow_get_proto_dst(const struct sk_buff *skb, in flow_get_proto_dst()
117 static u32 flow_get_iif(const struct sk_buff *skb) in flow_get_iif()
122 static u32 flow_get_priority(const struct sk_buff *skb) in flow_get_priority()
127 static u32 flow_get_mark(const struct sk_buff *skb) in flow_get_mark()
132 static u32 flow_get_nfct(const struct sk_buff *skb) in flow_get_nfct()
142 #define CTTUPLE(skb, member) \ argument
151 #define CTTUPLE(skb, member) \ argument
158 static u32 flow_get_nfct_src(const struct sk_buff *skb, in flow_get_nfct_src()
171 static u32 flow_get_nfct_dst(const struct sk_buff *skb, in flow_get_nfct_dst()
184 static u32 flow_get_nfct_proto_src(const struct sk_buff *skb, in flow_get_nfct_proto_src()
192 static u32 flow_get_nfct_proto_dst(const struct sk_buff *skb, in flow_get_nfct_proto_dst()
200 static u32 flow_get_rtclassid(const struct sk_buff *skb) in flow_get_rtclassid()
209 static u32 flow_get_skuid(const struct sk_buff *skb) in flow_get_skuid()
221 static u32 flow_get_skgid(const struct sk_buff *skb) in flow_get_skgid()
233 static u32 flow_get_vlan_tag(const struct sk_buff *skb) in flow_get_vlan_tag()
242 static u32 flow_get_rxhash(struct sk_buff *skb) in flow_get_rxhash()
247 static u32 flow_key_get(struct sk_buff *skb, int key, struct flow_keys *flow) in flow_key_get()
302 static int flow_classify(struct sk_buff *skb, const struct tcf_proto *tp, in flow_classify()
626 struct sk_buff *skb, struct tcmsg *t) in flow_dump()