Searched refs:stack (Results 1 – 17 of 17) sorted by relevance
| /net/llc/ |
| A D | llc_sap.c | 367 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 D | nft_flow_offload.c | 53 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 D | Kconfig | 33 bool "Transport Layer Security TCP stack bypass" 38 which is incompatible with the Linux networking stack semantics.
|
| /net/nfc/ |
| A D | Kconfig | 21 tristate "NFC Digital Protocol stack support" 24 Say Y if you want to build NFC digital protocol stack support.
|
| /net/sched/ |
| A D | ematch.c | 505 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 D | cls_u32.c | 121 } 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 D | Kconfig | 305 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 D | Kconfig | 13 networking stack for SoftMAC devices (the ones implementing
|
| /net/mpls/ |
| A D | Kconfig | 23 that have had MPLS stack entries pushed onto them and thus
|
| /net/appletalk/ |
| A D | Kconfig | 28 module so you can restart your AppleTalk stack without rebooting
|
| /net/tipc/ |
| A D | Kconfig | 50 entering the TIPC stack.
|
| /net/caif/ |
| A D | Kconfig | 30 Enable the inclusion of debug code in the CAIF stack.
|
| /net/openvswitch/ |
| A D | actions.c | 165 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 D | Kconfig | 376 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 D | Kconfig | 278 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 D | Kconfig | 14 networking stack.
|
| /net/core/ |
| A D | dev.c | 724 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