/Linux-v5.4/net/ax25/ |
D | ax25_dev.c | 62 ax25_dev->forward = NULL; in ax25_dev_device_up() 110 if (s->forward == dev) in ax25_dev_device_down() 111 s->forward = NULL; in ax25_dev_device_down() 149 if (ax25_dev->forward != NULL) in ax25_fwd_ioctl() 151 ax25_dev->forward = fwd_dev->dev; in ax25_fwd_ioctl() 155 if (ax25_dev->forward == NULL) in ax25_fwd_ioctl() 157 ax25_dev->forward = NULL; in ax25_fwd_ioctl() 174 if (ax25_dev->forward == NULL) in ax25_fwd_dev() 177 return ax25_dev->forward; in ax25_fwd_dev()
|
/Linux-v5.4/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() 228 if (!f_p) if (forward > sbi->sb_max_fwd_alloc) forward = sbi->sb_max_fwd_alloc; in hpfs_alloc_sector() [all …]
|
/Linux-v5.4/net/ipv6/netfilter/ |
D | ip6table_filter.c | 44 static bool forward = true; variable 45 module_param(forward, bool, 0000); 60 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in ip6table_filter_table_init() 70 if (net == &init_net || !forward) in ip6table_filter_net_init()
|
/Linux-v5.4/net/ipv4/netfilter/ |
D | iptable_filter.c | 43 static bool forward __read_mostly = true; 44 module_param(forward, bool, 0000); 59 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in iptable_filter_table_init() 69 if (net == &init_net || !forward) in iptable_filter_net_init()
|
/Linux-v5.4/kernel/ |
D | user_namespace.c | 183 kfree(ns->gid_map.forward); in free_user_ns() 187 kfree(ns->uid_map.forward); in free_user_ns() 191 kfree(ns->projid_map.forward); in free_user_ns() 262 return bsearch(&key, map->forward, extents, in map_id_range_down_max() 653 return &map->forward[pos]; in m_start() 728 prev = &new_map->forward[idx]; in mappings_overlap() 758 struct uid_gid_extent *forward; in insert_extent() local 761 forward = kmalloc_array(UID_GID_MAP_MAX_EXTENTS, in insert_extent() 764 if (!forward) in insert_extent() 770 memcpy(forward, map->extent, in insert_extent() [all …]
|
/Linux-v5.4/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
|
/Linux-v5.4/net/bridge/ |
D | br_input.c | 304 goto forward; in br_handle_frame() 315 goto forward; in br_handle_frame() 324 goto forward; in br_handle_frame() 341 forward: in br_handle_frame()
|
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
|
/Linux-v5.4/drivers/scsi/ |
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-v5.4/drivers/net/ethernet/netronome/nfp/bpf/ |
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-v5.4/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-v5.4/net/batman-adv/ |
D | bat_v_ogm.c | 703 bool forward = false; in batadv_v_ogm_route_update() local 725 forward = true; in batadv_v_ogm_route_update() 772 return forward; in batadv_v_ogm_route_update() 795 bool forward; in batadv_v_ogm_process_per_outif() local 814 forward = batadv_v_ogm_route_update(bat_priv, ethhdr, ogm2, orig_node, in batadv_v_ogm_process_per_outif() 819 if (forward) in batadv_v_ogm_process_per_outif()
|
/Linux-v5.4/Documentation/trace/ |
D | ring-buffer-design.txt | 498 flag set. This action atomically moves the head page forward. 564 The way the head page moves forward: 567 and more writes take place, the head page must be moved forward before the 614 After the head page has been moved, the tail page may now move forward. 654 If the tail page were to simply push the head page forward, the commit when 674 In the pushing forward of the tail page we must first push forward 686 page. If this fails, a nested write pushed it forward, the current write 701 Nested write comes in and moves the tail page forward: 713 been moved forward, the writer will just try again to reserve storage 814 The nested writer moves the tail page forward. But does not set the old [all …]
|
/Linux-v5.4/drivers/media/usb/uvc/ |
D | uvc_driver.c | 1482 struct uvc_entity *forward; in uvc_scan_chain_forward() local 1486 forward = NULL; in uvc_scan_chain_forward() 1490 forward = uvc_entity_by_reference(chain->dev, entity->id, in uvc_scan_chain_forward() 1491 forward); in uvc_scan_chain_forward() 1492 if (forward == NULL) in uvc_scan_chain_forward() 1494 if (forward == prev) in uvc_scan_chain_forward() 1497 switch (UVC_ENTITY_TYPE(forward)) { in uvc_scan_chain_forward() 1499 if (forward->bNrInPins != 1) { in uvc_scan_chain_forward() 1506 list_add_tail(&forward->chain, &chain->entities); in uvc_scan_chain_forward() 1511 printk(KERN_CONT " XU %d", forward->id); in uvc_scan_chain_forward() [all …]
|
/Linux-v5.4/Documentation/media/uapi/dvb/ |
D | dvb-frontend-parameters.rst | 72 fe_code_rate_t fec_inner; /* forward error correction (see above) */ 88 fe_code_rate_t fec_inner; /* forward error correction (see above) */
|
D | video_function_calls.rst | 37 video-fast-forward
|
D | frontend-stat-properties.rst | 103 Measures the number of bit errors before the forward error correction 160 Measures the number of bit errors after the forward error correction 217 Measures the number of block errors after the outer forward error
|
/Linux-v5.4/tools/testing/selftests/netfilter/ |
D | nft_flowtable.sh | 132 chain forward { 133 type filter hook forward priority 0; policy drop; 307 ip netns exec nsr1 nft delete rule inet filter forward $handle
|
D | conntrack_icmp_related.sh | 134 chain forward { 135 type filter hook forward priority 0; policy accept;
|
/Linux-v5.4/Documentation/devicetree/bindings/iio/gyroscope/ |
D | invensense,mpu3050.txt | 18 - The MPU-3050 will pass through and forward the I2C signals from the
|
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_da_btree.c | 1159 int forward; in xfs_da3_node_toosmall() local 1192 forward = (info->forw != 0); in xfs_da3_node_toosmall() 1194 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall() 1218 forward = nodehdr.forw < nodehdr.back; in xfs_da3_node_toosmall() 1219 for (i = 0; i < 2; forward = !forward, i++) { in xfs_da3_node_toosmall() 1221 if (forward) in xfs_da3_node_toosmall() 1250 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall() 1253 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_da3_node_toosmall() 1875 int forward, in xfs_da3_path_shift() argument 1908 if (forward && (blk->index < nodehdr.count - 1)) { in xfs_da3_path_shift() [all …]
|
D | xfs_dir2_node.c | 1432 int forward; /* sibling block direction */ in xfs_dir2_leafn_toosmall() local 1471 forward = (leafhdr.forw != 0); in xfs_dir2_leafn_toosmall() 1473 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall() 1487 forward = leafhdr.forw < leafhdr.back; in xfs_dir2_leafn_toosmall() 1488 for (i = 0, bp = NULL; i < 2; forward = !forward, i++) { in xfs_dir2_leafn_toosmall() 1491 blkno = forward ? leafhdr.forw : leafhdr.back; in xfs_dir2_leafn_toosmall() 1536 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall() 1539 error = xfs_da3_path_shift(state, &state->path, forward, 0, in xfs_dir2_leafn_toosmall()
|
/Linux-v5.4/Documentation/hid/ |
D | uhid.rst | 68 UHID_GET_REPORT and UHID_SET_REPORT events and requires you to forward them to 69 the device on the control channel. Once the device responds, you must forward 167 device on the interrupt channel. You should read the payload and forward it to 178 Once you read a GET_REPORT request, you shall forward it to the hid device and
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-bus-counter | 73 Y. Two count directions are available: forward and backward. 121 If direction is forward, rising edges on quadrature pair 128 If direction is forward, rising edges on quadrature pair
|
/Linux-v5.4/include/linux/ |
D | user_namespace.h | 28 struct uid_gid_extent *forward; member
|