Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 17 of 17) sorted by relevance

/net/llc/
A Dllc_sap.c367 struct sock **stack, int count) in llc_do_mcast() argument
375 sock_put(stack[i]); in llc_do_mcast()
379 llc_sap_rcv(sap, skb1, stack[i]); in llc_do_mcast()
380 sock_put(stack[i]); in llc_do_mcast()
399 struct sock *stack[256 / sizeof(struct sock *)]; in llc_sap_mcast() local
412 if (i < ARRAY_SIZE(stack)) in llc_sap_mcast()
413 stack[i++] = sk; in llc_sap_mcast()
415 llc_do_mcast(sap, skb, stack, i); in llc_sap_mcast()
421 llc_do_mcast(sap, skb, stack, i); in llc_sap_mcast()
/net/netfilter/
A Dnft_flow_offload.c53 struct net_device_path_stack *stack) in nft_dev_fill_forward_path() argument
77 return dev_fill_forward_path(dev, ha, stack); in nft_dev_fill_forward_path()
95 static void nft_dev_path_info(const struct net_device_path_stack *stack, in nft_dev_path_info() argument
104 for (i = 0; i < stack->num_paths; i++) { in nft_dev_path_info()
105 path = &stack->path[i]; in nft_dev_path_info()
118 i = stack->num_paths; in nft_dev_path_info()
194 struct net_device_path_stack stack; in nft_dev_forward_path() local
199 if (nft_dev_fill_forward_path(route, dst, ct, dir, ha, &stack) >= 0) in nft_dev_forward_path()
200 nft_dev_path_info(&stack, &info, ha, &ft->data); in nft_dev_forward_path()
/net/tls/
A DKconfig33 bool "Transport Layer Security TCP stack bypass"
38 which is incompatible with the Linux networking stack semantics.
/net/nfc/
A DKconfig21 tristate "NFC Digital Protocol stack support"
24 Say Y if you want to build NFC digital protocol stack support.
/net/sched/
A Dematch.c505 int stack[CONFIG_NET_EMATCH_STACK]; in __tcf_em_tree_match() local
515 stack[stackp++] = match_idx; in __tcf_em_tree_match()
530 match_idx = stack[--stackp]; in __tcf_em_tree_match()
A Dcls_u32.c121 } stack[TC_U32_MAXDEPTH]; in u32_classify() local
208 stack[sdepth].knode = n; in u32_classify()
209 stack[sdepth].off = off; in u32_classify()
253 n = stack[sdepth].knode; in u32_classify()
255 off = stack[sdepth].off; in u32_classify()
A DKconfig305 set by TCP stack into sk->sk_pacing_rate (for locally generated
610 Size of the local stack variable used while evaluating the tree of
613 stack space.
/net/mac802154/
A DKconfig13 networking stack for SoftMAC devices (the ones implementing
/net/mpls/
A DKconfig23 that have had MPLS stack entries pushed onto them and thus
/net/appletalk/
A DKconfig28 module so you can restart your AppleTalk stack without rebooting
/net/tipc/
A DKconfig50 entering the TIPC stack.
/net/caif/
A DKconfig30 Enable the inclusion of debug code in the CAIF stack.
/net/openvswitch/
A Dactions.c165 struct mpls_shim_hdr *stack; in set_mpls() local
172 stack = mpls_hdr(skb); in set_mpls()
173 lse = OVS_MASKED(stack->label_stack_entry, *mpls_lse, *mask); in set_mpls()
/net/
A DKconfig376 The network stack has to drop packets when a receive processing CPU's
405 event that packets are discarded in the network stack. Alerts
/net/ipv4/
A DKconfig278 say Y here, the TCP/IP stack will use a cryptographic challenge
509 protocol stack that optimizes the performance of TCP congestion
523 protocol stack that optimizes the performance of TCP
/net/mac80211/
A DKconfig14 networking stack.
/net/core/
A Ddev.c724 static struct net_device_path *dev_fwd_path(struct net_device_path_stack *stack) in dev_fwd_path() argument
726 int k = stack->num_paths++; in dev_fwd_path()
731 return &stack->path[k]; in dev_fwd_path()
735 struct net_device_path_stack *stack) in dev_fill_forward_path() argument
745 stack->num_paths = 0; in dev_fill_forward_path()
748 path = dev_fwd_path(stack); in dev_fill_forward_path()
764 path = dev_fwd_path(stack); in dev_fill_forward_path()

Completed in 52 milliseconds