| /kernel/linux/linux-4.19/fs/hpfs/ |
| D | alloc.c | 115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() argument 134 if (!tstbits(bmp, nr, n + forward)) { in alloc_in_bmp() 139 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp() 158 if (n + forward >= 0x3f && le32_to_cpu(bmp[i]) != 0xffffffff) goto cont; in alloc_in_bmp() 167 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp() 203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() argument 211 if (forward < 0) { in hpfs_alloc_sector() 212 forward = -forward; in hpfs_alloc_sector() 217 if ((sec = alloc_in_bmp(s, near, n, f_p ? forward : forward/4))) goto ret; in hpfs_alloc_sector() 222 if ((sec = alloc_in_bmp(s, b<<14, n, f_p ? forward : forward/2))) { in hpfs_alloc_sector() [all …]
|
| /kernel/linux/linux-5.10/fs/hpfs/ |
| D | alloc.c | 115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() argument 134 if (!tstbits(bmp, nr, n + forward)) { in alloc_in_bmp() 139 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp() 158 if (n + forward >= 0x3f && le32_to_cpu(bmp[i]) != 0xffffffff) goto cont; in alloc_in_bmp() 167 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp() 203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() argument 211 if (forward < 0) { in hpfs_alloc_sector() 212 forward = -forward; in hpfs_alloc_sector() 217 if ((sec = alloc_in_bmp(s, near, n, f_p ? forward : forward/4))) goto ret; in hpfs_alloc_sector() 222 if ((sec = alloc_in_bmp(s, b<<14, n, f_p ? forward : forward/2))) { in hpfs_alloc_sector() [all …]
|
| /kernel/linux/linux-4.19/net/ax25/ |
| D | ax25_dev.c | 65 ax25_dev->forward = NULL; in ax25_dev_device_up() 113 if (s->forward == dev) in ax25_dev_device_down() 114 s->forward = NULL; in ax25_dev_device_down() 152 if (ax25_dev->forward != NULL) in ax25_fwd_ioctl() 154 ax25_dev->forward = fwd_dev->dev; in ax25_fwd_ioctl() 158 if (ax25_dev->forward == NULL) in ax25_fwd_ioctl() 160 ax25_dev->forward = NULL; in ax25_fwd_ioctl() 177 if (ax25_dev->forward == NULL) in ax25_fwd_dev() 180 return ax25_dev->forward; in ax25_fwd_dev()
|
| /kernel/linux/linux-5.10/net/ax25/ |
| D | ax25_dev.c | 64 ax25_dev->forward = NULL; in ax25_dev_device_up() 113 if (s->forward == dev) in ax25_dev_device_down() 114 s->forward = NULL; in ax25_dev_device_down() 158 if (ax25_dev->forward) { in ax25_fwd_ioctl() 163 ax25_dev->forward = fwd_dev->dev; in ax25_fwd_ioctl() 169 if (!ax25_dev->forward) { in ax25_fwd_ioctl() 173 ax25_dev->forward = NULL; in ax25_fwd_ioctl() 192 if (ax25_dev->forward == NULL) in ax25_fwd_dev() 195 return ax25_dev->forward; in ax25_fwd_dev()
|
| /kernel/linux/linux-5.10/net/ipv6/netfilter/ |
| D | ip6table_filter.c | 43 /* Default to forward because I got too much mail already. */ 44 static bool forward = true; variable 45 module_param(forward, bool, 0000); 58 /* Entry 1 is the FORWARD hook */ in ip6table_filter_table_init() 60 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in ip6table_filter_table_init() 70 if (net == &init_net || !forward) in ip6table_filter_net_init()
|
| /kernel/linux/linux-5.10/net/ipv4/netfilter/ |
| D | iptable_filter.c | 42 /* Default to forward because I got too much mail already. */ 43 static bool forward __read_mostly = true; 44 module_param(forward, bool, 0000); 57 /* Entry 1 is the FORWARD hook */ in iptable_filter_table_init() 59 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in iptable_filter_table_init() 69 if (net == &init_net || !forward) in iptable_filter_net_init()
|
| /kernel/linux/linux-4.19/net/ipv4/netfilter/ |
| D | iptable_filter.c | 46 /* Default to forward because I got too much mail already. */ 47 static bool forward __read_mostly = true; 48 module_param(forward, bool, 0000); 61 /* Entry 1 is the FORWARD hook */ in iptable_filter_table_init() 63 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in iptable_filter_table_init() 73 if (net == &init_net || !forward) in iptable_filter_net_init()
|
| /kernel/linux/linux-4.19/net/ipv6/netfilter/ |
| D | ip6table_filter.c | 46 /* Default to forward because I got too much mail already. */ 47 static bool forward = true; variable 48 module_param(forward, bool, 0000); 61 /* Entry 1 is the FORWARD hook */ in ip6table_filter_table_init() 63 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in ip6table_filter_table_init() 73 if (net == &init_net || !forward) in ip6table_filter_net_init()
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | nf_flowtable.rst | 16 from the forward chain via the 'flow offload' action available in nftables. 22 follows the classic forward path. 55 __\/___ | | forward |------------ | 80 flowtable and add one rule to your forward chain:: 87 type filter hook forward priority 0; policy accept; 100 The 'flow offload' action from the forward chain 'y' adds an entry to the
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | nf_flowtable.txt | 13 from the forward chain via the 'flow offload' action available in nftables. 19 follows the classic forward path. 50 __\/___ | --------->| forward |------------ | 75 flowtable and add one rule to your forward chain. 82 type filter hook forward priority 0; policy accept; 95 The 'flow offload' action from the forward chain 'y' adds an entry to the
|
| /kernel/linux/linux-5.10/tools/testing/selftests/netfilter/ |
| D | bridge_brouter.sh | 89 echo "ERROR: ping did not work, but it should (broute+forward)" 1>&2 103 ip netns exec ns0 ebtables -t filter -A FORWARD -p ipv4 --ip-protocol icmp -j DROP 105 # ping netns1, expected to not work (DROP in bridge forward) 108 echo "ERROR: ping works, should have failed (icmp forward drop)" 1>&2 117 echo "ERROR: ping did not work, but it should (broute+forward 2)" 1>&2 121 echo "PASS: ns1/ns2 connectivity with active broute rule and bridge forward drop"
|
| D | nft_queue.sh | 104 chain forward { 105 type filter hook forward priority $prio; policy accept; 135 chain forward { 136 type filter hook forward priority $prio; policy accept; 184 chain forward { 185 type filter hook forward priority 0; policy accept; 272 [ $? -eq 0 ] && echo "PASS: tcp and nfqueue in forward chain" 361 # we are hooking all: prerouting/input/forward/output/postrouting. 363 # 1x icmp prerouting,forward,postrouting -> 3 queue events (6 incl. reply).
|
| /kernel/linux/linux-5.10/net/batman-adv/ |
| D | multicast.h | 21 * @BATADV_FORW_ALL: forward the packet to all nodes (currently via 27 * @BATADV_FORW_SOME: forward the packet to some nodes (currently via 34 * @BATADV_FORW_SINGLE: forward the packet to a single node (currently 39 /** @BATADV_FORW_NONE: don't forward, drop it */
|
| /kernel/linux/linux-4.19/kernel/ |
| D | user_namespace.c | 187 kfree(ns->gid_map.forward); in free_user_ns() 191 kfree(ns->uid_map.forward); in free_user_ns() 195 kfree(ns->projid_map.forward); in free_user_ns() 268 return bsearch(&key, map->forward, extents, in map_id_range_down_max() 659 return &map->forward[pos]; in m_start() 734 prev = &new_map->forward[idx]; in mappings_overlap() 764 struct uid_gid_extent *forward; in insert_extent() local 767 forward = kmalloc_array(UID_GID_MAP_MAX_EXTENTS, in insert_extent() 770 if (!forward) in insert_extent() 773 /* Copy over memory. Only set up memory for the forward pointer. in insert_extent() [all …]
|
| /kernel/linux/linux-5.10/kernel/ |
| D | user_namespace.c | 184 kfree(ns->gid_map.forward); in free_user_ns() 188 kfree(ns->uid_map.forward); in free_user_ns() 192 kfree(ns->projid_map.forward); in free_user_ns() 263 return bsearch(&key, map->forward, extents, in map_id_range_down_max() 654 return &map->forward[pos]; in m_start() 729 prev = &new_map->forward[idx]; in mappings_overlap() 759 struct uid_gid_extent *forward; in insert_extent() local 762 forward = kmalloc_array(UID_GID_MAP_MAX_EXTENTS, in insert_extent() 765 if (!forward) in insert_extent() 768 /* Copy over memory. Only set up memory for the forward pointer. in insert_extent() [all …]
|
| /kernel/linux/linux-5.10/net/bridge/ |
| D | br_mrp.c | 1011 /* This will just forward the frame to the other mrp ring ports, depending on 1043 * interconnect role and ports to process or forward the frame in br_mrp_rcv() 1046 /* If the role is MRM then don't forward the frames */ in br_mrp_rcv() 1052 /* If the role is MRA then don't forward the frames if it in br_mrp_rcv() 1064 goto forward; in br_mrp_rcv() 1073 /* If the ring port is in block state it should not forward in br_mrp_rcv() 1083 * In this case the frame is no forward between the ring ports. in br_mrp_rcv() 1094 * role then it should forward all frames between the ring ports in br_mrp_rcv() 1099 goto forward; in br_mrp_rcv() 1103 /* MIM should not forward it's own InTest in br_mrp_rcv() [all …]
|
| D | Kconfig | 30 bridged ARP traffic in the arptables FORWARD chain. 44 forward multicast traffic based on IGMP/MLD traffic received from 58 receive and forward traffic based on VLAN information in the packet
|
| /kernel/linux/linux-4.19/net/bridge/ |
| D | Kconfig | 29 bridged ARP traffic in the arptables FORWARD chain. 43 forward multicast traffic based on IGMP/MLD traffic received from 57 receive and forward traffic based on VLAN information in the packet
|
| /kernel/linux/linux-4.19/net/batman-adv/ |
| D | bat_v_ogm.c | 325 * due to the store & forward characteristics of WIFI. in batadv_v_forward_penalty() 338 * batadv_v_ogm_forward() - check conditions and forward an OGM to the given 347 * Forward an OGM to an interface after having altered the throughput metric and 366 /* only forward for specific interfaces, not for the default one. */ in batadv_v_ogm_forward() 377 /* strict rule: forward packets coming from the best next hop only */ in batadv_v_ogm_forward() 381 /* don't forward the same seqno twice on one interface */ in batadv_v_ogm_forward() 407 /* apply forward penalty */ in batadv_v_ogm_forward() 541 bool forward = false; in batadv_v_ogm_route_update() local 563 forward = true; in batadv_v_ogm_route_update() 610 return forward; in batadv_v_ogm_route_update() [all …]
|
| D | multicast.h | 33 * @BATADV_FORW_ALL: forward the packet to all nodes (currently via 39 * @BATADV_FORW_SINGLE: forward the packet to a single node (currently 44 /** @BATADV_FORW_NONE: don't forward, drop it */
|
| /kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/ |
| D | dpsw.h | 528 * v v Forward frame to 530 * - v Forward frame to 533 * v - Forward frame to 535 * - - Forward frame to 540 * v v Forward frame to 542 * - v Forward frame to 544 * v - Forward frame to 546 * - - Forward frame to
|
| /kernel/linux/linux-4.19/drivers/staging/fsl-dpaa2/ethsw/ |
| D | dpsw.h | 534 * v v Forward frame to 536 * - v Forward frame to 539 * v - Forward frame to 541 * - - Forward frame to 546 * v v Forward frame to 548 * - v Forward frame to 550 * v - Forward frame to 552 * - - Forward frame to
|
| /kernel/linux/linux-5.10/include/uapi/linux/dvb/ |
| D | frontend.h | 283 * enum fe_code_rate - Type of Forward Error Correction (FEC) 286 * @FEC_NONE: No Forward Error Correction Code 287 * @FEC_1_2: Forward Error Correction Code 1/2 288 * @FEC_2_3: Forward Error Correction Code 2/3 289 * @FEC_3_4: Forward Error Correction Code 3/4 290 * @FEC_4_5: Forward Error Correction Code 4/5 291 * @FEC_5_6: Forward Error Correction Code 5/6 292 * @FEC_6_7: Forward Error Correction Code 6/7 293 * @FEC_7_8: Forward Error Correction Code 7/8 294 * @FEC_8_9: Forward Error Correction Code 8/9 [all …]
|
| /kernel/linux/linux-4.19/include/uapi/linux/dvb/ |
| D | frontend.h | 283 * enum fe_code_rate - Type of Forward Error Correction (FEC) 286 * @FEC_NONE: No Forward Error Correction Code 287 * @FEC_1_2: Forward Error Correction Code 1/2 288 * @FEC_2_3: Forward Error Correction Code 2/3 289 * @FEC_3_4: Forward Error Correction Code 3/4 290 * @FEC_4_5: Forward Error Correction Code 4/5 291 * @FEC_5_6: Forward Error Correction Code 5/6 292 * @FEC_6_7: Forward Error Correction Code 6/7 293 * @FEC_7_8: Forward Error Correction Code 7/8 294 * @FEC_8_9: Forward Error Correction Code 8/9 [all …]
|
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| D | bpf.h | 132 size_t sz; /* size of this struct for forward/backward compatibility */ 156 size_t sz; /* size of this struct for forward/backward compatibility */ 173 size_t sz; /* size of this struct for forward/backward compatibility */ 188 size_t sz; /* size of this struct for forward/backward compatibility */ 248 size_t sz; /* size of this struct for forward/backward compatibility */ 257 size_t sz; /* size of this struct for forward/backward compatibility */
|