/linux-6.12.1/include/uapi/linux/dvb/ |
D | frontend.h | 268 * enum fe_code_rate - Type of Forward Error Correction (FEC) 270 * @FEC_NONE: No Forward Error Correction Code 271 * @FEC_1_2: Forward Error Correction Code 1/2 272 * @FEC_2_3: Forward Error Correction Code 2/3 273 * @FEC_3_4: Forward Error Correction Code 3/4 274 * @FEC_4_5: Forward Error Correction Code 4/5 275 * @FEC_5_6: Forward Error Correction Code 5/6 276 * @FEC_6_7: Forward Error Correction Code 6/7 277 * @FEC_7_8: Forward Error Correction Code 7/8 278 * @FEC_8_9: Forward Error Correction Code 8/9 [all …]
|
/linux-6.12.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-6.12.1/net/ax25/ |
D | ax25_dev.c | 66 ax25_dev->forward = NULL; in ax25_dev_device_up() 118 if (s->forward == dev) in ax25_dev_device_down() 119 s->forward = NULL; in ax25_dev_device_down() 148 if (ax25_dev->forward) { in ax25_fwd_ioctl() 153 ax25_dev->forward = fwd_dev->dev; in ax25_fwd_ioctl() 159 if (!ax25_dev->forward) { in ax25_fwd_ioctl() 163 ax25_dev->forward = NULL; in ax25_fwd_ioctl() 182 if (ax25_dev->forward == NULL) in ax25_fwd_dev() 185 return ax25_dev->forward; in ax25_fwd_dev()
|
/linux-6.12.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-6.12.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-6.12.1/drivers/gpu/drm/imagination/ |
D | pvr_vm.h | 13 /* Forward declaration from "pvr_device.h" */ 17 /* Forward declaration from "pvr_gem.h" */ 20 /* Forward declaration from "pvr_vm.c" */ 23 /* Forward declaration from <uapi/drm/pvr_drm.h> */ 26 /* Forward declaration from <drm/drm_exec.h> */
|
D | pvr_fw_trace.h | 12 /* Forward declaration from pvr_device.h. */ 15 /* Forward declaration from pvr_gem.h. */ 18 /* Forward declarations from pvr_rogue_fwif.h */ 69 /* Forward declaration from <linux/dcache.h>. */
|
D | pvr_sync.h | 9 /* Forward declaration from <linux/xarray.h>. */ 12 /* Forward declaration from <drm/drm_file.h>. */ 15 /* Forward declaration from <drm/gpu_scheduler.h>. */ 18 /* Forward declaration from "pvr_device.h". */
|
D | pvr_debugfs.h | 7 /* Forward declaration from <drm/drm_drv.h>. */ 11 /* Forward declaration from "pvr_device.h". */ 14 /* Forward declaration from <linux/dcache.h>. */
|
D | pvr_mmu.h | 10 /* Forward declaration from "pvr_device.h" */ 13 /* Forward declaration from "pvr_mmu.c" */ 17 /* Forward declaration from "pvr_vm.c" */ 20 /* Forward declaration from <linux/scatterlist.h> */
|
D | pvr_job.h | 17 /* Forward declaration from "pvr_context.h". */ 20 /* Forward declarations from "pvr_device.h". */ 24 /* Forward declarations from "pvr_hwrt.h". */ 27 /* Forward declaration from "pvr_queue.h". */
|
D | pvr_vm_mips.h | 7 /* Forward declaration from pvr_device.h. */ 10 /* Forward declaration from pvr_gem.h. */
|
/linux-6.12.1/tools/testing/selftests/net/netfilter/ |
D | bridge_brouter.sh | 77 echo "ERROR: ping did not work, but it should (broute+forward)" 1>&2 90 ip netns exec "$nsbr" ebtables -t filter -A FORWARD -p ipv4 --ip-protocol icmp -j DROP 92 # ping net${ns1}, expected to not work (DROP in bridge forward) 94 echo "ERROR: ping works, should have failed (icmp forward drop)" 1>&2 102 echo "ERROR: ping did not work, but it should (broute+forward 2)" 1>&2 106 echo "PASS: ${ns1}/${ns2} connectivity with active broute rule and bridge forward drop"
|
D | nft_queue.sh | 102 chain forward { 103 type filter hook forward priority $prio; policy accept; 134 chain forward { 135 type filter hook forward priority $prio; policy accept; 179 chain forward { 180 type filter hook forward priority 0; policy accept; 280 wait "$rpid" && echo "PASS: tcp and nfqueue in forward chain" 425 chain forward { 426 type filter hook forward priority 0; policy accept; 446 wait "$rpid" && echo "PASS: sctp and nfqueue in forward chain" [all …]
|
/linux-6.12.1/fs/ |
D | mnt_idmapping.c | 221 struct uid_gid_extent *forward, *reverse; in copy_mnt_idmap() local 248 forward = kmemdup_array(map_from->forward, nr_extents, in copy_mnt_idmap() 251 if (!forward) in copy_mnt_idmap() 258 kfree(forward); in copy_mnt_idmap() 267 map_to->forward = forward; in copy_mnt_idmap() 276 kfree(idmap->uid_map.forward); in free_mnt_idmap() 280 kfree(idmap->gid_map.forward); in free_mnt_idmap()
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | maxim,max96717.yaml | 16 simultaneously transmit bidirectional control-channel data while forward 20 the MAX96717 can select the MIPI datatype, while the tunnel mode forward all the MIPI 26 forward direction and 187.5Mbps in the reverse direction. 27 MAX96717F only supports a fixed rate of 3Gbps in the forward direction. 90 The MAX96717 will forward the I2C requests from the
|
D | maxim,max96714.yaml | 16 simultaneously transmit bidirectional control-channel data while forward 20 the MAX96714 can select individual video stream, while the tunnel mode forward all 24 forward direction and 187.5Mbps in the reverse direction. 25 MAX96714F only supports a fixed rate of 3Gbps in the forward direction. 91 The MAX96714 will pass through and forward the I2C requests from the
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_tc_lib.h | 53 /* forward action specific params */ 56 u32 tc_class; /* forward to hw_tc */ 60 u16 queue; /* forward to queue */ 186 * For forward to VSI action, if destination is valid hw_tc (aka tc_class) 188 * For forward to queue, as long as dest_vsi is valid and it is of type 190 * NOTE: For forward to queue, correct dest_vsi is still set in tc_fltr based
|
/linux-6.12.1/tools/lib/bpf/ |
D | bpf.h | 41 size_t sz; /* size of this struct for forward/backward compatibility */ 69 size_t sz; /* size of this struct for forward/backward compatibility */ 126 size_t sz; /* size of this struct for forward/backward compatibility */ 164 size_t sz; /* size of this struct for forward/backward compatibility */ 303 size_t sz; /* size of this struct for forward/backward compatibility */ 317 size_t sz; /* size of this struct for forward/backward compatibility */ 337 size_t sz; /* size of this struct for forward/backward compatibility */ 351 size_t sz; /* size of this struct for forward/backward compatibility */ 394 size_t sz; /* size of this struct for forward/backward compatibility */ 450 size_t sz; /* size of this struct for forward/backward compatibility */ [all …]
|
/linux-6.12.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() 287 return bsearch(&key, map->forward, extents, in map_id_range_down_max() 678 return &map->forward[pos]; in m_start() 753 prev = &new_map->forward[idx]; in mappings_overlap() 783 struct uid_gid_extent *forward; in insert_extent() local 786 forward = kmalloc_array(UID_GID_MAP_MAX_EXTENTS, in insert_extent() 789 if (!forward) in insert_extent() 792 /* Copy over memory. Only set up memory for the forward pointer. in insert_extent() [all …]
|
/linux-6.12.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-6.12.1/net/batman-adv/ |
D | multicast.h | 21 * @BATADV_FORW_BCAST: forward the packet to all nodes via a batman-adv 27 * @BATADV_FORW_UCASTS: forward the packet to some nodes via one 33 * @BATADV_FORW_MCAST: forward the packet to some nodes via a 38 /** @BATADV_FORW_NONE: don't forward, drop it */
|
D | bat_v_ogm.c | 493 * due to the store & forward characteristics of WIFI. in batadv_v_forward_penalty() 506 * batadv_v_ogm_forward() - check conditions and forward an OGM to the given 515 * Forward an OGM to an interface after having altered the throughput metric and 534 /* only forward for specific interfaces, not for the default one. */ in batadv_v_ogm_forward() 545 /* strict rule: forward packets coming from the best next hop only */ in batadv_v_ogm_forward() 549 /* don't forward the same seqno twice on one interface */ in batadv_v_ogm_forward() 575 /* apply forward penalty */ in batadv_v_ogm_forward() 704 bool forward = false; in batadv_v_ogm_route_update() local 726 forward = true; in batadv_v_ogm_route_update() 768 return forward; in batadv_v_ogm_route_update() [all …]
|
/linux-6.12.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 architecture '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
|