Searched refs:classify (Results 1 – 13 of 13) sorted by relevance
/net/core/ |
D | timestamping.c | 13 static unsigned int classify(const struct sk_buff *skb) in classify() function 31 type = classify(skb); in skb_clone_tx_timestamp()
|
/net/sched/ |
D | Kconfig | 500 Say Y here if you want to be able to classify packets using 512 If you say Y here, you will be able to classify packets 522 If you say Y here, you will be able to classify packets 532 Say Y here to be able to classify packets using a universal 555 If you say Y here, you will be able to classify packets based on 568 Say Y here if you want to classify packets based on the control 578 If you say Y here, you will be able to classify packets based on 588 If you say Y here, you will be able to classify packets based on 598 If you say Y here, you will be able to classify packets based on 631 Say Y here if you want to be able to classify packets based on [all …]
|
D | cls_cgroup.c | 202 .classify = cls_cgroup_classify,
|
D | cls_basic.c | 330 .classify = basic_classify,
|
D | cls_matchall.c | 414 .classify = mall_classify,
|
D | cls_fw.c | 435 .classify = fw_classify,
|
D | cls_route.c | 668 .classify = route4_classify,
|
D | cls_flow.c | 699 .classify = flow_classify,
|
D | cls_bpf.c | 692 .classify = cls_bpf_classify,
|
D | cls_api.c | 266 tp->classify = tp->ops->classify; in tcf_proto_create() 1550 err = tp->classify(skb, tp, res); in __tcf_classify()
|
D | cls_u32.c | 1425 .classify = u32_classify,
|
D | cls_flower.c | 3226 .classify = fl_classify,
|
/net/netfilter/ |
D | Kconfig | 10 This allows you to classify packets from ingress using the Netfilter
|