Searched refs:delegated (Results 1 – 7 of 7) sorted by relevance
| /linux/net/mptcp/ |
| A D | protocol.h | 498 struct mptcp_delegated_action *delegated; in mptcp_subflow_delegate() local 513 delegated = this_cpu_ptr(&mptcp_delegated_actions); in mptcp_subflow_delegate() 514 schedule = list_empty(&delegated->head); in mptcp_subflow_delegate() 515 list_add_tail(&subflow->delegated_node, &delegated->head); in mptcp_subflow_delegate() 518 napi_schedule(&delegated->napi); in mptcp_subflow_delegate() 523 mptcp_subflow_delegated_next(struct mptcp_delegated_action *delegated) in mptcp_subflow_delegated_next() argument 527 if (list_empty(&delegated->head)) in mptcp_subflow_delegated_next() 530 ret = list_first_entry(&delegated->head, struct mptcp_subflow_context, delegated_node); in mptcp_subflow_delegated_next()
|
| A D | protocol.c | 3490 struct mptcp_delegated_action *delegated; in mptcp_napi_poll() local 3494 delegated = container_of(napi, struct mptcp_delegated_action, napi); in mptcp_napi_poll() 3495 while ((subflow = mptcp_subflow_delegated_next(delegated)) != NULL) { in mptcp_napi_poll() 3523 struct mptcp_delegated_action *delegated; in mptcp_proto_init() local 3533 delegated = per_cpu_ptr(&mptcp_delegated_actions, cpu); in mptcp_proto_init() 3534 INIT_LIST_HEAD(&delegated->head); in mptcp_proto_init() 3535 netif_tx_napi_add(&mptcp_napi_dev, &delegated->napi, mptcp_napi_poll, in mptcp_proto_init() 3537 napi_enable(&delegated->napi); in mptcp_proto_init()
|
| /linux/Documentation/admin-guide/ |
| A D | cgroup-v2.rst | 476 A cgroup can be delegated in two ways. First, to a less privileged 491 delegated, the user can build sub-hierarchy under the directory, 495 happens in the delegated sub-hierarchy, nothing can escape the 499 cgroups in or nesting depth of a delegated sub-hierarchy; however, 506 A delegated sub-hierarchy is contained in the sense that processes 520 processes around freely in the delegated sub-hierarchy it can't pull 523 For an example, let's assume cgroups C0 and C1 have been delegated to 2656 in combination with thread granularity. cgroups were delegated to
|
| /linux/Documentation/networking/ |
| A D | cdc_mbim.rst | 78 channel. The channel is fully delegated to the userspace management
|
| /linux/net/netfilter/ |
| A D | Kconfig | 635 The lookup will be delegated to the IPv4 or IPv6 FIB depending 708 The lookup will be delegated to the IPv4 or IPv6 FIB depending 717 The return packet generation will be delegated to the IPv4
|
| /linux/Documentation/bpf/ |
| A D | bpf_devel_QA.rst | 298 are delegated to 'shemminger' for further processing:
|
| /linux/Documentation/process/ |
| A D | maintainer-pgp-guide.rst | 844 delegated trust technologies, namely DNSSEC and TLS, to get you going if
|
Completed in 25 milliseconds