Searched refs:__tcf_get_next_proto (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 954 __tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) in __tcf_get_next_proto() function 998 struct tcf_proto *tp_next = __tcf_get_next_proto(chain, tp); in tcf_get_next_proto() 1416 for (tp = __tcf_get_next_proto(chain, NULL); tp; in tcf_block_playback_offloads() 1418 tp = __tcf_get_next_proto(chain, tp), in tcf_block_playback_offloads() 2489 for (tp = __tcf_get_next_proto(chain, NULL); in tcf_chain_dump() 2492 tp = __tcf_get_next_proto(chain, tp), in tcf_chain_dump()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 1078 __tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) in __tcf_get_next_proto() function 1121 struct tcf_proto *tp_next = __tcf_get_next_proto(chain, tp); in tcf_get_next_proto() 1542 for (tp = __tcf_get_next_proto(chain, NULL); tp; in tcf_block_playback_offloads() 1544 tp = __tcf_get_next_proto(chain, tp), in tcf_block_playback_offloads() 2668 for (tp = __tcf_get_next_proto(chain, NULL); in tcf_chain_dump() 2671 tp = __tcf_get_next_proto(chain, tp), in tcf_chain_dump()
|
Completed in 11 milliseconds