/Linux-v6.1/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 …]
|
/Linux-v6.1/net/ax25/ |
D | ax25_dev.c | 65 ax25_dev->forward = NULL; in ax25_dev_device_up() 115 if (s->forward == dev) in ax25_dev_device_down() 116 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()
|
/Linux-v6.1/net/ipv4/netfilter/ |
D | iptable_filter.c | 33 /* Default to forward because I got too much mail already. */ 34 static bool forward __read_mostly = true; 35 module_param(forward, bool, 0000); 45 /* Entry 1 is the FORWARD hook */ in iptable_filter_table_init() 47 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in iptable_filter_table_init() 56 if (!forward) in iptable_filter_net_init()
|
/Linux-v6.1/net/ipv6/netfilter/ |
D | ip6table_filter.c | 32 /* Default to forward because I got too much mail already. */ 33 static bool forward = true; variable 34 module_param(forward, bool, 0000); 44 /* Entry 1 is the FORWARD hook */ in ip6table_filter_table_init() 46 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in ip6table_filter_table_init() 55 if (!forward) in ip6table_filter_net_init()
|
/Linux-v6.1/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 | 108 chain forward { 109 type filter hook forward priority $prio; policy accept; 140 chain forward { 141 type filter hook forward priority $prio; policy accept; 189 chain forward { 190 type filter hook forward priority 0; policy accept; 277 [ $? -eq 0 ] && echo "PASS: tcp and nfqueue in forward chain" 432 # we are hooking all: prerouting/input/forward/output/postrouting. 434 # 1x icmp prerouting,forward,postrouting -> 3 queue events (6 incl. reply).
|
D | nft_fib.sh | 74 chain forward { 75 type filter hook forward priority raw; 253 echo "SKIP: Could not load fib forward ruleset" 272 echo "PASS: fib expression forward check with policy based routing"
|
/Linux-v6.1/net/batman-adv/ |
D | multicast.h | 20 * @BATADV_FORW_ALL: forward the packet to all nodes (currently via 26 * @BATADV_FORW_SOME: forward the packet to some nodes (currently via 33 * @BATADV_FORW_SINGLE: forward the packet to a single node (currently 38 /** @BATADV_FORW_NONE: don't forward, drop it */
|
D | bat_v_ogm.c | 492 * due to the store & forward characteristics of WIFI. in batadv_v_forward_penalty() 505 * batadv_v_ogm_forward() - check conditions and forward an OGM to the given 514 * Forward an OGM to an interface after having altered the throughput metric and 533 /* only forward for specific interfaces, not for the default one. */ in batadv_v_ogm_forward() 544 /* strict rule: forward packets coming from the best next hop only */ in batadv_v_ogm_forward() 548 /* don't forward the same seqno twice on one interface */ in batadv_v_ogm_forward() 574 /* apply forward penalty */ in batadv_v_ogm_forward() 703 bool forward = false; in batadv_v_ogm_route_update() local 725 forward = true; in batadv_v_ogm_route_update() 767 return forward; in batadv_v_ogm_route_update() [all …]
|
/Linux-v6.1/kernel/ |
D | user_namespace.c | 205 kfree(ns->gid_map.forward); in free_user_ns() 209 kfree(ns->uid_map.forward); in free_user_ns() 213 kfree(ns->projid_map.forward); in free_user_ns() 284 return bsearch(&key, map->forward, extents, in map_id_range_down_max() 675 return &map->forward[pos]; in m_start() 750 prev = &new_map->forward[idx]; in mappings_overlap() 780 struct uid_gid_extent *forward; in insert_extent() local 783 forward = kmalloc_array(UID_GID_MAP_MAX_EXTENTS, in insert_extent() 786 if (!forward) in insert_extent() 789 /* Copy over memory. Only set up memory for the forward pointer. in insert_extent() [all …]
|
/Linux-v6.1/tools/lib/bpf/ |
D | bpf.h | 41 size_t sz; /* size of this struct for forward/backward compatibility */ 65 size_t sz; /* size of this struct for forward/backward compatibility */ 114 size_t sz; /* size of this struct for forward/backward compatibility */ 142 size_t sz; /* size of this struct for forward/backward compatibility */ 274 size_t sz; /* size of this struct for forward/backward compatibility */ 288 size_t sz; /* size of this struct for forward/backward compatibility */ 305 size_t sz; /* size of this struct for forward/backward compatibility */ 336 size_t sz; /* size of this struct for forward/backward compatibility */ 375 size_t sz; /* size of this struct for forward/backward compatibility */ 400 size_t sz; /* size of this struct for forward/backward compatibility */ [all …]
|
D | libbpf.h | 105 /* size of this struct, for forward/backward compatibility */ 406 /* size of this struct, for forward/backward compatiblity */ 421 /* size of this struct, for forward/backward compatiblity */ 442 /* size of this struct, for forward/backward compatibility */ 465 /* size of this struct, for forward/backward compatiblity */ 511 /* size of this struct, for forward/backward compatiblity */ 574 /* size of this struct, for forward/backward compatibility */ 605 /* size of this struct, for forward/backward compatiblity */ 627 /* size of this struct, for forward/backward compatibility */ 656 size_t sz; /* size of this struct for forward/backward compatibility */ [all …]
|
/Linux-v6.1/net/bridge/ |
D | br_mrp.c | 1070 /* This will just forward the frame to the other mrp ring ports, depending on 1102 * interconnect role and ports to process or forward the frame in br_mrp_rcv() 1105 /* If the role is MRM then don't forward the frames */ in br_mrp_rcv() 1111 /* If the role is MRA then don't forward the frames if it in br_mrp_rcv() 1123 goto forward; in br_mrp_rcv() 1132 /* If the ring port is in block state it should not forward in br_mrp_rcv() 1142 * In this case the frame is no forward between the ring ports. in br_mrp_rcv() 1153 * role then it should forward all frames between the ring ports in br_mrp_rcv() 1158 goto forward; in br_mrp_rcv() 1162 /* 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
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/arch/powerpc/boot/ |
D | cuboot-acadia.c | 28 #define PLLD_FWDVA_MASK 0x000F0000 /* PLL forward divider A value */ 29 #define PLLD_FWDVB_MASK 0x00000700 /* PLL forward divider B value */ 66 * Determine forward divider A in get_clocks() 71 * Determine forward divider B in get_clocks()
|
/Linux-v6.1/Documentation/ |
D | atomic_t.txt | 317 FORWARD PROGRESS 320 In general strong forward progress is expected of all unconditional atomic 322 a fair amount of code also requires forward progress from the conditional 327 while an LL/SC architecure 'can/should/must' provide forward progress 356 However, even the forward branch from the failed compare can cause the LL/SC 361 Even native CAS architectures can fail to provide forward progress for their
|
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | cls_redirect.c | 193 FORWARD, enumerator 226 if (test->result == FORWARD) in test_str() 227 result = "forward"; in test_str() 242 { TCP, FORWARD, UNKNOWN_CONN, ONE_HOP, ACK }, 245 { UDP, FORWARD, UNKNOWN_CONN, ONE_HOP, NONE }, 433 case FORWARD: in test_cls_redirect_common()
|
/Linux-v6.1/include/asm-generic/ |
D | qspinlock.h | 17 * ensure they all have forward progress. Many atomic operations may default to 18 * cmpxchg() loops which will not have good forward progress properties on 28 * forward progress guarantees mentioned above.
|
/Linux-v6.1/drivers/net/ethernet/freescale/dpaa2/ |
D | dpsw.h | 548 * v v Forward frame to 550 * - v Forward frame to 553 * v - Forward frame to 555 * - - Forward frame to 560 * v v Forward frame to 562 * - v Forward frame to 564 * v - Forward frame to 566 * - - Forward frame to
|
/Linux-v6.1/tools/perf/Documentation/ |
D | db-export.txt | 20 backward and forward compatibility, by following some simple rules: 33 4. The export scripts themselves maintain forward compatibility (i.e. an existing
|
/Linux-v6.1/tools/include/uapi/linux/ |
D | seg6_local.h | 59 /* forward to SR-unaware VNF with static proxy */ 61 /* forward to SR-unaware VNF with masquerading */
|
/Linux-v6.1/drivers/s390/char/ |
D | tape_std.h | 30 #define FORSPACEBLOCK 0x37 /* Forward space block */ 31 #define FORSPACEFILE 0x3F /* Forward Space file */ 34 #define READ_FORWARD 0x02 /* Read forward */
|
/Linux-v6.1/net/atm/ |
D | lec.h | 80 * Used for storing VCC's (and forward packets from) which are to 81 * age out by not using them to forward packets. 88 * establishes multiple Multicast Forward VCCs to us. This list
|
/Linux-v6.1/Documentation/networking/ |
D | nf_flowtable.rst | 58 __\/___ | | forward |------------ | 85 flowtable and add one rule to your forward chain:: 92 type filter hook forward priority 0; policy accept; 105 The 'flow offload' action from the forward chain 'y' adds an entry to the
|