Home
last modified time | relevance | path

Searched full:forward (Results 1 – 25 of 1110) sorted by relevance

12345678910>>...45

/linux/include/uapi/linux/dvb/
H A Dfrontend.h268 * 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/fs/hpfs/
H A Dalloc.c115 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/net/ipv4/netfilter/
H A Diptable_filter.c33 /* 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/net/ipv6/netfilter/
H A Dip6table_filter.c32 /* 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/fs/smb/common/compress/
H A Dcompress.c347 u32 forward = 0, backward = 0, middle_len; in smb_compression_compress_chained() local
361 for (forward = 1; forward < slen; forward++) { in smb_compression_compress_chained()
362 if (input[forward] != input[0]) in smb_compression_compress_chained()
365 if (forward <= 32) in smb_compression_compress_chained()
366 forward = 0; in smb_compression_compress_chained()
368 for (backward = 1; backward < slen - forward; backward++) { in smb_compression_compress_chained()
376 if (forward) { in smb_compression_compress_chained()
377 rc = smb_compression_add_pattern(&builder, input[0], forward); in smb_compression_compress_chained()
382 middle_len = slen - forward - backward; in smb_compression_compress_chained()
384 rc = smb_compression_add_lz77(&builder, input + forward, in smb_compression_compress_chained()
[all …]
/linux/drivers/gpu/drm/imagination/
H A Dpvr_vm.h13 /* 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> */
H A Dpvr_debugfs.h7 /* Forward declaration from <drm/drm_drv.h>. */
11 /* Forward declaration from "pvr_device.h". */
14 /* Forward declaration from <linux/dcache.h>. */
H A Dpvr_mmu.h10 /* 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> */
H A Dpvr_job.h17 /* 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". */
H A Dpvr_vm_mips.h7 /* Forward declaration from pvr_device.h. */
10 /* Forward declaration from pvr_gem.h. */
H A Dpvr_cccb.h15 /* Forward declaration from pvr_device.h. */
18 /* Forward declaration from pvr_gem.h. */
21 /* Forward declaration from pvr_hwrt.h. */
/linux/tools/testing/selftests/net/netfilter/
H A Dbridge_brouter.sh75 echo "ERROR: ping did not work, but it should (broute+forward)" 1>&2
88 ip netns exec "$nsbr" ebtables -t filter -A FORWARD -p ipv4 --ip-protocol icmp -j DROP
90 # ping net${ns1}, expected to not work (DROP in bridge forward)
92 echo "ERROR: ping works, should have failed (icmp forward drop)" 1>&2
100 echo "ERROR: ping did not work, but it should (broute+forward 2)" 1>&2
104 echo "PASS: ${ns1}/${ns2} connectivity with active broute rule and bridge forward drop"
H A Dnft_flowtable.sh172 chain forward {
173 type filter hook forward priority 0; policy drop;
256 # flowtable fastpath should bypass normal routing one, i.e. the counters in forward hook
456 ip netns exec "$nsr1" nft -a insert rule inet filter forward ip dscp set cs3
527 # Same, but with NAT enabled. Same as in first test: we expect normal forward path
620 ip netns exec "$nsr1" nft -a insert rule inet filter forward \
622 ip netns exec "$nsr1" nft -a insert rule inet filter forward 'meta oif tun0 accept'
623 ip netns exec "$nsr1" nft -a insert rule inet filter forward \
625 ip netns exec "$nsr1" nft -a insert rule inet filter forward 'meta oif tun6 accept'
626 ip netns exec "$nsr1" nft -a insert rule inet filter forward \
[all …]
H A Dnft_queue.sh106 chain forward {
107 type filter hook forward priority $prio; policy accept;
138 chain forward {
139 type filter hook forward priority $prio; policy accept;
183 chain forward {
184 type filter hook forward priority 0; policy accept;
289 wait_and_check_retval "$rpid" "tcp and nfqueue in forward chain" "$tthen"
454 chain forward {
455 type filter hook forward priority 0; policy accept;
476 wait_and_check_retval "$rpid" "sctp and nfqueue in forward chain" "$tthen"
[all …]
/linux/fs/
H A Dmnt_idmapping.c222 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/Documentation/devicetree/bindings/media/i2c/
H A Dmaxim,max96717.yaml16 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 Dmaxim,max96714.yaml16 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/kernel/
H A Duser_namespace.c207 kfree(ns->gid_map.forward); in free_user_ns()
211 kfree(ns->uid_map.forward); in free_user_ns()
215 kfree(ns->projid_map.forward); in free_user_ns()
290 return bsearch(&key, map->forward, extents, in map_id_range_down_max()
689 return &map->forward[pos]; in m_start()
764 prev = &new_map->forward[idx]; in mappings_overlap()
794 struct uid_gid_extent *forward; in insert_extent() local
797 forward = kmalloc_objs(struct uid_gid_extent, in insert_extent()
799 if (!forward) in insert_extent()
802 /* Copy over memory. Only set up memory for the forward pointer. in insert_extent()
[all …]
/linux/net/bridge/
H A Dbr_mrp.c1068 /* This will just forward the frame to the other mrp ring ports, depending on
1100 * interconnect role and ports to process or forward the frame in br_mrp_rcv()
1103 /* If the role is MRM then don't forward the frames */ in br_mrp_rcv()
1109 /* If the role is MRA then don't forward the frames if it in br_mrp_rcv()
1121 goto forward; in br_mrp_rcv()
1130 /* If the ring port is in block state it should not forward in br_mrp_rcv()
1140 * In this case the frame is no forward between the ring ports. in br_mrp_rcv()
1151 * role then it should forward all frames between the ring ports in br_mrp_rcv()
1156 goto forward; in br_mrp_rcv()
1160 /* MIM should not forward it's own InTest in br_mrp_rcv()
[all …]
/linux/net/batman-adv/
H A Dmulticast.h21 * @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 */
H A Dbat_v_ogm.c505 * due to the store & forward characteristics of WIFI. in batadv_v_forward_penalty()
518 * batadv_v_ogm_forward() - check conditions and forward an OGM to the given
527 * Forward an OGM to an interface after having altered the throughput metric and
546 /* only forward for specific interfaces, not for the default one. */ in batadv_v_ogm_forward()
557 /* strict rule: forward packets coming from the best next hop only */ in batadv_v_ogm_forward()
561 /* don't forward the same seqno twice on one interface */ in batadv_v_ogm_forward()
587 /* apply forward penalty */ in batadv_v_ogm_forward()
717 bool forward = false; in batadv_v_ogm_route_update() local
740 forward = true; in batadv_v_ogm_route_update()
782 return forward; in batadv_v_ogm_route_update()
[all …]
/linux/Documentation/
H A Datomic_t.txt317 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
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c119 FORWARD, in prepare_addr()
152 if (test->result == FORWARD)
153 result = "forward";
168 { TCP, FORWARD, UNKNOWN_CONN, ONE_HOP, ACK },
171 { UDP, FORWARD, UNKNOWN_CONN, ONE_HOP, NONE },
366 case FORWARD: in test_cls_redirect_common()
162 FORWARD, global() enumerator
H A Dxdp_flowtable.c105 "nft add chain ip filter forward " in test_xdp_flowtable()
106 "{ type filter hook forward priority 0\\; }"); in test_xdp_flowtable()
108 "nft add rule ip filter forward ip protocol udp th dport " in test_xdp_flowtable()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw.h550 * v v Forward frame to
552 * - v Forward frame to
555 * v - Forward frame to
557 * - - Forward frame to
562 * v v Forward frame to
564 * - v Forward frame to
566 * v - Forward frame to
568 * - - Forward frame to

12345678910>>...45