| /linux-6.15/net/ax25/ |
| H A 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.15/fs/hpfs/ |
| H A D | alloc.c | 134 if (!tstbits(bmp, nr, n + forward)) { in alloc_in_bmp() 139 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp() 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() 228 if (!f_p) if (forward > sbi->sb_max_fwd_alloc) forward = sbi->sb_max_fwd_alloc; in hpfs_alloc_sector() 235 if (!forward) { in hpfs_alloc_sector() 251 if (forward) { in hpfs_alloc_sector() 252 sbi->sb_max_fwd_alloc = forward * 3 / 4; in hpfs_alloc_sector() 253 forward /= 2; in hpfs_alloc_sector() [all …]
|
| /linux-6.15/fs/ |
| H A D | mnt_idmapping.c | 222 struct uid_gid_extent *forward, *reverse; in copy_mnt_idmap() local 249 forward = kmemdup_array(map_from->forward, nr_extents, in copy_mnt_idmap() 252 if (!forward) in copy_mnt_idmap() 259 kfree(forward); in copy_mnt_idmap() 268 map_to->forward = forward; in copy_mnt_idmap() 277 kfree(idmap->uid_map.forward); in free_mnt_idmap() 281 kfree(idmap->gid_map.forward); in free_mnt_idmap() 366 extent = &map->forward[idx]; in statmount_mnt_idmap()
|
| /linux-6.15/net/ipv4/netfilter/ |
| H A D | iptable_filter.c | 34 static bool forward __read_mostly = true; 35 module_param(forward, bool, 0000); 47 forward ? -NF_ACCEPT - 1 : NF_DROP - 1; in iptable_filter_table_init() 56 if (!forward) in iptable_filter_net_init()
|
| /linux-6.15/net/ipv6/netfilter/ |
| H A D | ip6table_filter.c | 33 static bool forward = true; variable 34 module_param(forward, bool, 0000); 46 forward ? -NF_ACCEPT - 1 : NF_DROP - 1; in ip6table_filter_table_init() 55 if (!forward) in ip6table_filter_net_init()
|
| /linux-6.15/kernel/ |
| H A 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() 686 return &map->forward[pos]; in m_start() 797 if (!forward) in insert_extent() 803 memcpy(forward, map->extent, in insert_extent() 806 map->forward = forward; in insert_extent() 1068 e = &new_map.forward[idx]; in map_write() 1096 map->forward = new_map.forward; in map_write() 1106 kfree(new_map.forward); in map_write() [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/media/i2c/ |
| H A 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
|
| H A 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
|
| H A D | maxim,max96712.yaml | 16 simultaneously transmit bidirectional control-channel data while forward 22 forward direction and 187.5Mbps in the reverse direction. In GMSL1 mode, the
|
| /linux-6.15/drivers/scsi/ |
| H A D | script_asm.pl | 257 $forward{$symbol} = "line $lineno : $_"; 391 delete $forward{$1}; # an array of longs 409 delete $forward{$id}; 431 delete $forward{$external}; 781 @undefined = keys %forward; 785 print STDERR "$undef in $forward{$undef}\n";
|
| /linux-6.15/tools/testing/selftests/net/netfilter/ |
| H A 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; 425 chain forward { 426 type filter hook forward priority 0; policy accept;
|
| H A D | br_netfilter_queue.sh | 62 chain forward { 63 type filter hook forward priority 0; policy accept;
|
| H A D | nft_synproxy.sh | 69 chain forward { 70 type filter hook forward priority 0; policy accept;
|
| H A D | br_netfilter.sh | 131 chain forward { 132 type filter hook forward priority 0; policy accept
|
| /linux-6.15/drivers/media/usb/uvc/ |
| H A D | uvc_driver.c | 1466 struct uvc_entity *forward; in uvc_scan_chain_forward() local 1470 forward = NULL; in uvc_scan_chain_forward() 1475 forward); in uvc_scan_chain_forward() 1476 if (forward == NULL) in uvc_scan_chain_forward() 1478 if (forward == prev) in uvc_scan_chain_forward() 1480 if (forward->chain.next || forward->chain.prev) { in uvc_scan_chain_forward() 1483 forward->id); in uvc_scan_chain_forward() 1492 forward->id); in uvc_scan_chain_forward() 1514 forward->id); in uvc_scan_chain_forward() 1536 forward->id); in uvc_scan_chain_forward() [all …]
|
| /linux-6.15/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | verifier.c | 23 unsigned int forward, backward, i; in nfp_bpf_goto_meta() local 26 forward = insn_idx - meta->n; in nfp_bpf_goto_meta() 28 if (min(forward, backward) > nfp_prog->n_insns - insn_idx - 1) { in nfp_bpf_goto_meta() 32 if (min(forward, backward) > insn_idx && backward > insn_idx) { in nfp_bpf_goto_meta() 33 forward = insn_idx; in nfp_bpf_goto_meta() 37 if (forward < backward) in nfp_bpf_goto_meta() 38 for (i = 0; i < forward; i++) in nfp_bpf_goto_meta()
|
| /linux-6.15/net/bridge/ |
| H A D | br_input.c | 379 goto forward; in br_handle_frame() 391 goto forward; in br_handle_frame() 400 goto forward; in br_handle_frame() 422 forward: in br_handle_frame()
|
| H A D | Kconfig | 44 forward multicast traffic based on IGMP/MLD traffic received from 58 receive and forward traffic based on VLAN information in the packet
|
| H A D | br_mrp.c | 1123 goto forward; in br_mrp_rcv() 1158 goto forward; in br_mrp_rcv() 1195 goto forward; in br_mrp_rcv() 1203 goto forward; in br_mrp_rcv() 1221 goto forward; in br_mrp_rcv() 1229 forward: in br_mrp_rcv()
|
| /linux-6.15/tools/perf/Documentation/ |
| H A 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-6.15/net/batman-adv/ |
| H A D | bat_v_ogm.c | 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() 791 bool forward; in batadv_v_ogm_process_per_outif() local 810 forward = batadv_v_ogm_route_update(bat_priv, ethhdr, ogm2, orig_node, in batadv_v_ogm_process_per_outif() 815 if (forward) in batadv_v_ogm_process_per_outif()
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | tpi.h | 27 u32 forward:1; member
|
| /linux-6.15/Documentation/trace/ |
| H A D | ring-buffer-design.rst | 527 flag set. This action atomically moves the head page forward:: 593 The way the head page moves forward: 596 and more writes take place, the head page must be moved forward before the 643 After the head page has been moved, the tail page may now move forward:: 683 If the tail page were to simply push the head page forward, the commit when 703 In the pushing forward of the tail page we must first push forward 715 page. If this fails, a nested write pushed it forward, the current write 730 Nested write comes in and moves the tail page forward:: 742 been moved forward, the writer will just try again to reserve storage 843 The nested writer moves the tail page forward. But does not set the old [all …]
|
| /linux-6.15/Documentation/userspace-api/media/dvb/ |
| H A D | dvb-frontend-parameters.rst | 65 fe_code_rate_t fec_inner; /* forward error correction (see above) */ 81 fe_code_rate_t fec_inner; /* forward error correction (see above) */
|
| /linux-6.15/Documentation/ |
| H A D | atomic_t.txt | 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
|