Home
last modified time | relevance | path

Searched refs:forward (Results 1 – 93 of 93) sorted by relevance

/linux-4.4.14/net/ax25/
Dax25_dev.c65 ax25_dev->forward = NULL; in ax25_dev_device_up()
113 if (s->forward == dev) in ax25_dev_device_down()
114 s->forward = NULL; in ax25_dev_device_down()
150 if (ax25_dev->forward != NULL) in ax25_fwd_ioctl()
152 ax25_dev->forward = fwd_dev->dev; in ax25_fwd_ioctl()
156 if (ax25_dev->forward == NULL) in ax25_fwd_ioctl()
158 ax25_dev->forward = NULL; in ax25_fwd_ioctl()
175 if (ax25_dev->forward == NULL) in ax25_fwd_dev()
178 return ax25_dev->forward; in ax25_fwd_dev()
/linux-4.4.14/fs/hpfs/
Dalloc.c114 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() argument
133 if (!tstbits(bmp, nr, n + forward)) { in alloc_in_bmp()
138 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp()
157 if (n + forward >= 0x3f && le32_to_cpu(bmp[i]) != 0xffffffff) goto cont; in alloc_in_bmp()
166 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp()
202 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() argument
210 if (forward < 0) { in hpfs_alloc_sector()
211 forward = -forward; in hpfs_alloc_sector()
216 if ((sec = alloc_in_bmp(s, near, n, f_p ? forward : forward/4))) goto ret; in hpfs_alloc_sector()
227 if (!f_p) if (forward > sbi->sb_max_fwd_alloc) forward = sbi->sb_max_fwd_alloc; in hpfs_alloc_sector()
[all …]
/linux-4.4.14/net/ipv6/netfilter/
Dip6table_filter.c44 static bool forward = true; variable
45 module_param(forward, bool, 0000);
56 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in ip6table_filter_net_init()
/linux-4.4.14/net/ipv4/netfilter/
Diptable_filter.c51 static bool forward = true; variable
52 module_param(forward, bool, 0000);
63 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in iptable_filter_net_init()
/linux-4.4.14/drivers/scsi/
Dscript_asm.pl270 $forward{$symbol} = "line $lineno : $_";
404 delete $forward{$1}; # an array of longs
422 delete $forward{$id};
444 delete $forward{$external};
794 @undefined = keys %forward;
798 print STDERR "$undef in $forward{$undef}\n";
Dst.c724 static int cross_eof(struct scsi_tape * STp, int forward) in cross_eof() argument
731 if (forward) { in cross_eof()
739 forward ? "forward" : "backward"); in cross_eof()
753 forward ? "forward" : "backward"); in cross_eof()
Dosst.c2854 static int cross_eof(struct osst_tape *STp, struct osst_request ** aSRpnt, int forward) in cross_eof() argument
2862 name, forward ? "forward" : "backward"); in cross_eof()
2865 if (forward) { in cross_eof()
2875 name, forward ? "forward" : "backward"); in cross_eof()
/linux-4.4.14/net/bridge/
Dbr_input.c273 goto forward; in br_handle_frame()
283 goto forward; in br_handle_frame()
297 forward: in br_handle_frame()
DKconfig43 forward multicast traffic based on IGMP/MLD traffic received from
57 receive and forward traffic based on VLAN information in the packet
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_driver.c1372 struct uvc_entity *forward; in uvc_scan_chain_forward() local
1376 forward = NULL; in uvc_scan_chain_forward()
1380 forward = uvc_entity_by_reference(chain->dev, entity->id, in uvc_scan_chain_forward()
1381 forward); in uvc_scan_chain_forward()
1382 if (forward == NULL) in uvc_scan_chain_forward()
1384 if (forward == prev) in uvc_scan_chain_forward()
1387 switch (UVC_ENTITY_TYPE(forward)) { in uvc_scan_chain_forward()
1389 if (forward->bNrInPins != 1) { in uvc_scan_chain_forward()
1396 list_add_tail(&forward->chain, &chain->entities); in uvc_scan_chain_forward()
1401 printk(" XU %d", forward->id); in uvc_scan_chain_forward()
[all …]
/linux-4.4.14/Documentation/trace/
Dring-buffer-design.txt498 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-4.4.14/drivers/isdn/i4l/
DKconfig109 Supported options are CD (call deflection), CFU (Call forward
110 unconditional), CFB (Call forward when busy) and CFNR (call forward
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_da_btree.c1128 int forward; in xfs_da3_node_toosmall() local
1161 forward = (info->forw != 0); in xfs_da3_node_toosmall()
1163 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall()
1187 forward = nodehdr.forw < nodehdr.back; in xfs_da3_node_toosmall()
1188 for (i = 0; i < 2; forward = !forward, i++) { in xfs_da3_node_toosmall()
1190 if (forward) in xfs_da3_node_toosmall()
1219 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall()
1222 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_da3_node_toosmall()
1821 int forward, in xfs_da3_path_shift() argument
1854 if (forward && (blk->index < nodehdr.count - 1)) { in xfs_da3_path_shift()
[all …]
Dxfs_dir2_node.c1388 int forward; /* sibling block direction */ in xfs_dir2_leafn_toosmall() local
1427 forward = (leafhdr.forw != 0); in xfs_dir2_leafn_toosmall()
1429 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall()
1443 forward = leafhdr.forw < leafhdr.back; in xfs_dir2_leafn_toosmall()
1444 for (i = 0, bp = NULL; i < 2; forward = !forward, i++) { in xfs_dir2_leafn_toosmall()
1447 blkno = forward ? leafhdr.forw : leafhdr.back; in xfs_dir2_leafn_toosmall()
1492 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall()
1495 error = xfs_da3_path_shift(state, &state->path, forward, 0, in xfs_dir2_leafn_toosmall()
Dxfs_da_btree.h181 int forward, int release, int *result);
Dxfs_attr_leaf.c1755 int forward; in xfs_attr3_leaf_toosmall() local
1789 forward = (ichdr.forw != 0); in xfs_attr3_leaf_toosmall()
1791 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall()
1811 forward = ichdr.forw < ichdr.back; in xfs_attr3_leaf_toosmall()
1812 for (i = 0; i < 2; forward = !forward, i++) { in xfs_attr3_leaf_toosmall()
1814 if (forward) in xfs_attr3_leaf_toosmall()
1849 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall()
1852 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_attr3_leaf_toosmall()
/linux-4.4.14/drivers/staging/slicoss/
DTODO19 - reorder code to elminate use of forward declarations
/linux-4.4.14/Documentation/hid/
Duhid.txt67 UHID_GET_REPORT and UHID_SET_REPORT events and requires you to forward them to
68 the device on the control channel. Once the device responds, you must forward
162 device on the interrupt channel. You should read the payload and forward it to
173 Once you read a GET_REPORT request, you shall forward it to the hid device and
Dhid-transport.txt165 does not require transport drivers to forward this acknowledgement to HID
/linux-4.4.14/Documentation/devicetree/bindings/iio/
Dst-sensors.txt3 The STMicroelectronics sensor devices are pretty straight-forward I2C or
/linux-4.4.14/include/net/
Ddn_dev.h104 __u8 forward; member
Dax25.h219 struct net_device *forward; member
/linux-4.4.14/Documentation/networking/
Dopenvswitch.txt38 To support this forward and backward compatibility, whenever the
57 forward the packet manually, without setting up a flow in the
150 Some care is needed to really maintain forward and backward
211 can always forward all packets with those values to userspace and
Dradiotap-headers.txt32 forward 4 bytes each time.
Dswitchdev.txt135 hardware to preserve netns containment. This means hardware cannot forward
365 the switch device to forward the packet with the correct dst mac address, the
Dipvs-sysctl.txt67 If it is enabled, forward packets to the original destination
Dspider_net.txt166 and there can be no forward progress; the OS thinks there's nothing
Dpacket_mmap.txt87 socket creation and destruction is straight forward, and is done
131 Socket creation and destruction is also straight forward, and is done
Dscaling.txt142 explicitly configured. The list of CPUs to which RPS may forward traffic
Dip-sysctl.txt1040 BOOTP relay daemon will catch and forward such packets.
1334 to control which interfaces may forward packets and which not.
Dbonding.txt954 IGMP report must be issued to cause the switch to forward the incoming
1668 supposed to forward). However, most of the values are easily predictable
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_hw.h223 u8 forward; member
/linux-4.4.14/Documentation/blockdev/
Dmflash.txt33 Working mflash is very straight forward. Adding platform device stuff to board
/linux-4.4.14/drivers/net/ethernet/ti/
Dtlan.c1089 tail_list->forward = 0; in tlan_start_tx()
1115 (priv->tx_list + (TLAN_NUM_TX_LISTS - 1))->forward in tlan_start_tx()
1118 (priv->tx_list + (priv->tx_tail - 1))->forward in tlan_start_tx()
1549 head_list->forward = 0; in tlan_handle_rx_eof()
1552 tail_list->forward = head_list_phys; in tlan_handle_rx_eof()
1956 list->forward = list_phys + sizeof(struct tlan_list); in tlan_reset_lists()
1964 list->forward = 0; in tlan_reset_lists()
2065 pr_info(" Forward = 0x%08x\n", list->forward); in tlan_print_list()
Dtlan.h143 u32 forward; member
/linux-4.4.14/Documentation/rapidio/
Dtsi721.txt15 For inbound messages this driver uses destination ID matching to forward messages
/linux-4.4.14/net/decnet/
Ddn_neigh.c286 sp->forward = cb->hops & 0x3f; in dn_short_output()
328 sp->forward = cb->hops & 0x3f; in dn_phase3_output()
/linux-4.4.14/Documentation/misc-devices/
Dbh1770glc.txt33 interrupts the delayed work is pushed forward. So, when proximity level goes
/linux-4.4.14/Documentation/s390/
D3270.txt245 PF11 rotates forward. You may assign the backward function to any PF
249 performs the forward function. (Rationale: In bash with vi-mode line
250 editing, ESC-k and ESC-j retrieve backward and forward history.
DDebugging390.txt1363 ethernet, this architecture is also designed to be forward compatible with
/linux-4.4.14/drivers/input/mouse/
Dalps.c250 int back = 0, forward = 0; in alps_process_packet_v1_v2() local
270 forward = packet[2] & 4; in alps_process_packet_v1_v2()
275 forward = packet[2] & 4; in alps_process_packet_v1_v2()
276 if ((middle = forward && back)) in alps_process_packet_v1_v2()
277 forward = back = 0; in alps_process_packet_v1_v2()
337 input_report_key(dev, BTN_FORWARD, forward); in alps_process_packet_v1_v2()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-fcoe74 (Ethernet) packets, unpack them, and forward the embedded
Dsysfs-class-net51 Default value 0 does not forward any link local frames.
/linux-4.4.14/net/mac80211/
Dmesh_hwmp.c535 bool forward = true; in hwmp_preq_frame_process() local
552 forward = false; in hwmp_preq_frame_process()
613 if (forward && ifmsh->mshcfg.dot11MeshForwarding) { in hwmp_preq_frame_process()
/linux-4.4.14/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt68 First what they have in common: they forward a configurable portion of
79 don't touch it from Linux; it's usually set to forward a 2GB
84 ignores that however and will forward in that space if we try).
Dqe_firmware.txt184 embedded into the structure itself. To ensure forward and backwards
Deeh-pci-error-recovery.txt332 There's forward progress ...
/linux-4.4.14/Documentation/development-process/
D7.AdvancedTopics41 remote branches, the index, fast-forward merges, pushes and pulls, detached
88 you try to push changes which do not result in a fast-forward merge
D6.Followthrough185 either forward it on to the subsystem maintainer (be sure to include a
D4.Coding191 step forward and two steps back?
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-bus-usb128 can be trusted, and can be used to seek forward one (sub)
Dsysfs-class-ubi20 future backward-compatible (but forward-incompatible)
/linux-4.4.14/Documentation/device-mapper/
Dswitch.txt38 members forward it as necessary, but there is a performance advantage to
/linux-4.4.14/Documentation/hwmon/
Dsubmitting-patches64 * Avoid forward declarations if you can. Rearrange the code if necessary.
Dw83791d109 going forward.
/linux-4.4.14/net/
DKconfig137 replies, the Linux box will silently forward the traffic to the
147 box can transparently forward the traffic to a local server,
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt70 Direction: 0=forward, 1=reverse
/linux-4.4.14/Documentation/filesystems/
Dsharedsubtree.txt119 2c) A private mount does not forward or receive propagation.
268 propagation events and does not forward propagation events.
300 receive or forward any propagation events.
305 receive or forward any propagation events and cannot
Df2fs.txt109 disable_roll_forward Disable the roll-forward recovery routine
110 norecovery Disable the roll-forward recovery routine, mounted read-
Dxfs-delayed-logging-design.txt42 This relogging technique also allows objects to be moved forward in the log so
44 moving forward. This can be seen in the table above by the changing
55 removal operation. This keeps them moving forward in the log as the operation
259 and then moved forward in the AIL when the log buffer IO completes for that
Dsysfs.txt188 This allows userspace to do partial reads and forward seeks
Dseq_file.txt111 move the iterator forward to the next position in the sequence. The
/linux-4.4.14/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt217 linux-watchdog@vger.kernel.org. We are looking forward to it :)
/linux-4.4.14/Documentation/scheduler/
Dsched-rt-group.txt32 forward progress (NOTE: the migration thread and kstopmachine both
/linux-4.4.14/Documentation/driver-model/
Ddriver.txt103 define generic callbacks that forward the call to the bus-specific
Dporting.txt289 forward call to the bus-specific drivers. For instance:
/linux-4.4.14/Documentation/
Dworkqueue.txt163 forward progress guarantee, flush and work item attributes. @flags
339 * A wq serves as a domain for forward progress guarantee
Dparport-lowlevel.txt705 works for modes that support forward data transfer.
Ddevices.txt78 situation where we would have to suffer an incompatible forward
/linux-4.4.14/Documentation/thermal/
Dpower_allocator.txt125 Focusing on the proportional and feed forward values of the PID
/linux-4.4.14/Documentation/scsi/
Dst.txt362 MTFSF Space forward over count filemarks. Tape positioned after filemark.
367 MTFSR Space forward over count records.
369 MTFSS Space forward over count setmarks.
DChangeLog.lpfc693 change is supported by scsi-target-2.6 kernel and forward only.
1057 definition. This removes the need for the cruft of forward
1086 * Removed the forward declarations of the sli functions and
/linux-4.4.14/kernel/locking/
Dlockdep.c998 int forward) in __bfs() argument
1011 if (forward) in __bfs()
1032 if (forward) in __bfs()
/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-cache.txt79 bpp should be moved forward over the encoded message,
/linux-4.4.14/Documentation/arm/pxa/
Dmfp.txt279 straight-forward, most bits can be converted directly into MFPR value
/linux-4.4.14/arch/x86/crypto/
Dpoly1305-sse2-x86_64.S310 # unrolled block processing. This is more straight forward and does
/linux-4.4.14/Documentation/fb/
Dapi.txt300 For forward compatibility reasons applications must zero those fields, and
/linux-4.4.14/Documentation/locking/
Dww-mutex-design.txt46 Acquire context: To ensure eventual forward progress it is important the a task
/linux-4.4.14/Documentation/ioctl/
Dbotching-up-ioctls.txt52 fumbles. Neglecting these will make backward and forward compatibility a real
/linux-4.4.14/Documentation/sound/alsa/
DSB-Live-mixer.txt19 (index 0) for a given card) allows to forward 48kHz, stereo, 16-bit
/linux-4.4.14/net/ipv6/
Dip6mr.c2103 goto forward; in ip6_mr_forward()
2128 forward: in ip6_mr_forward()
/linux-4.4.14/Documentation/input/
Dsentelic.txt341 Bit4 => 4th mouse button(forward one page)
371 Bit4 => 4th mouse button(forward one page)
/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db306 API-dev-forward-skb
Ddevice-drivers.xml.db113 API-hrtimer-forward-now
114 API-hrtimer-forward
/linux-4.4.14/net/ipv4/
Dipmr.c1827 goto forward; in ip_mr_forward()
1867 forward: in ip_mr_forward()
/linux-4.4.14/arch/s390/kernel/
Dentry.S1050 larl %r9,sie_exit # skip forward to sie_exit
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt541 hardware to forward/block/learn traffic. The switch driver is responsible for
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt435 carried forward by default. The pages allocated from the original cgroup still
/linux-4.4.14/Documentation/power/
Ddevices.txt182 wakeup requests on their own but merely forward wakeup requests from one bus to
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES164 has backslash (not forward slash) between ip address of server
/linux-4.4.14/Documentation/block/
Dbiodoc.txt806 Most of the above is simple and straight forward, however busy_list may need
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS43 look forward into this document.
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3251 To find where in handle_mm_fault this is, I'll jump forward in the