Searched refs:delegated (Results 1 – 7 of 7) sorted by relevance
| /linux/net/mptcp/ |
| H A D | protocol.h | 751 struct mptcp_delegated_action *delegated; in mptcp_subflow_delegate() local 767 delegated = this_cpu_ptr(&mptcp_delegated_actions); in mptcp_subflow_delegate() 768 schedule = list_empty(&delegated->head); in mptcp_subflow_delegate() 769 list_add_tail(&subflow->delegated_node, &delegated->head); in mptcp_subflow_delegate() 773 napi_schedule(&delegated->napi); in mptcp_subflow_delegate() 778 mptcp_subflow_delegated_next(struct mptcp_delegated_action *delegated) in mptcp_subflow_delegated_next() argument 783 if (list_empty(&delegated->head)) { in mptcp_subflow_delegated_next() 788 ret = list_first_entry(&delegated->head, struct mptcp_subflow_context, delegated_node); in mptcp_subflow_delegated_next()
|
| H A D | protocol.c | 4746 struct mptcp_delegated_action *delegated; in mptcp_napi_poll() local 4750 delegated = container_of(napi, struct mptcp_delegated_action, napi); in mptcp_napi_poll() 4751 while ((subflow = mptcp_subflow_delegated_next(delegated)) != NULL) { in mptcp_napi_poll() 4782 struct mptcp_delegated_action *delegated; in mptcp_proto_init() local 4794 delegated = per_cpu_ptr(&mptcp_delegated_actions, cpu); in mptcp_proto_init() 4795 INIT_LIST_HEAD(&delegated->head); in mptcp_proto_init() 4796 netif_napi_add_tx(mptcp_napi_dev, &delegated->napi, in mptcp_proto_init() 4798 napi_enable(&delegated->napi); in mptcp_proto_init()
|
| /linux/Documentation/arch/riscv/ |
| H A D | cmodx.rst | 70 remaining arguments will be delegated to the riscv_set_icache_flush_ctx
|
| /linux/Documentation/iio/ |
| H A D | ad7606.rst | 187 delegated to an external logic, called a backend, and the backend's driver
|
| /linux/Documentation/networking/ |
| H A D | cdc_mbim.rst | 78 channel. The channel is fully delegated to the userspace management
|
| /linux/net/netfilter/ |
| H A D | Kconfig | 615 The lookup will be delegated to the IPv4 or IPv6 FIB depending 686 The lookup will be delegated to the IPv4 or IPv6 FIB depending 695 The return packet generation will be delegated to the IPv4
|
| /linux/Documentation/bpf/ |
| H A D | bpf_devel_QA.rst | 329 are delegated to 'shemminger' for further processing:
|