Home
last modified time | relevance | path

Searched refs:outgoing (Results 1 – 52 of 52) sorted by relevance

/linux-4.4.14/drivers/net/arcnet/
Dcapmode.c193 lp->outgoing.skb->protocol, acked); in ack_tx()
196 arcnet_dump_skb(dev, lp->outgoing.skb, "ack_tx"); in ack_tx()
210 skb_copy_from_linear_data(lp->outgoing.skb, ackpkt, in ack_tx()
225 dev_kfree_skb_irq(lp->outgoing.skb); in ack_tx()
226 lp->outgoing.proto = NULL; in ack_tx()
Darcnet.c647 lp->outgoing.proto = proto; in arcnet_send_packet()
648 lp->outgoing.skb = skb; in arcnet_send_packet()
649 lp->outgoing.pkt = pkt; in arcnet_send_packet()
867 if (lp->outgoing.proto && in arcnet_interrupt()
868 lp->outgoing.proto->ack_tx) { in arcnet_interrupt()
878 lp->outgoing.proto in arcnet_interrupt()
893 if (lp->outgoing.proto && in arcnet_interrupt()
894 lp->outgoing.proto->continue_tx) { in arcnet_interrupt()
898 if (lp->outgoing.proto->continue_tx(dev, txbuf)) { in arcnet_interrupt()
900 dev->stats.tx_bytes += lp->outgoing.skb->len; in arcnet_interrupt()
[all …]
Drfc1201.c491 out = &lp->outgoing; in prepare_tx()
494 out->dataleft = lp->outgoing.length; in prepare_tx()
513 struct Outgoing *out = &lp->outgoing; in continue_tx()
Darcdevice.h310 struct Outgoing outgoing; /* packet currently being sent */ member
/linux-4.4.14/drivers/isdn/pcbit/
Dcapi.h43 int outgoing);
Dcapi.c198 int outgoing) in capi_select_proto_req() argument
236 *(skb_put(*skb, 1)) = (outgoing ? 0x02 : 0x42); /* Don't ask */ in capi_select_proto_req()
/linux-4.4.14/include/uapi/linux/
Disdn.h105 int outgoing; member
/linux-4.4.14/Documentation/networking/
Dip_dynaddr.txt15 ``actual'' outgoing address is unknown at the moment the link is
Dtimestamping.txt274 For transmit timestamps the outgoing packet is looped back to the
279 outgoing data packet with two ancillary messages attached.
305 Fragmentation of outgoing datagrams is rare, but is possible, e.g., by
306 explicitly disabling PMTU discovery. If an outgoing packet is fragmented,
386 * no outgoing packet will need hardware time stamping;
393 * enables hardware time stamping for outgoing packets;
438 Time stamps for outgoing packets are to be generated as follows:
Ddccp.txt50 DCCP_SOCKOPT_QPOLICY_ID sets the dequeuing policy for outgoing packets. It takes
Dnetdev-FAQ.txt94 the above is just the subject text of the outgoing e-mail, and you can
Dip-sysctl.txt14 Default value of TTL field (Time To Live) for outgoing (but not
265 also request ECN on outgoing connection attempts.
267 but do not request ECN on outgoing connections.
1122 for primary IP addresses on all our subnets on the outgoing
1125 we have on the outgoing interface or on all other interfaces,
Dz8530drv.txt338 and outgoing frames from "axlink" to "9k6" and start:
Dbonding.txt601 Slave selection for outgoing traffic is done according
627 In tlb_dynamic_lb=1 mode; the outgoing traffic is
1960 may bypass the bonding driver (because outgoing traffic to, in this
2388 outgoing traffic will generally use the same device. Incoming
2397 balance-tlb: The balance-tlb mode balances outgoing traffic by peer.
Dcan.txt321 specify the outgoing interface.
365 outgoing interface has to be defined certainly.
Dpacket_mmap.txt465 TP_STATUS_CSUMNOTREADY: currently it's used for outgoing IP packets which
/linux-4.4.14/Documentation/isdn/
DINTERFACE.fax67 Defines outgoing/send or incoming/receive connection.
95 ISDN_TTY_FAX_FCON signals the established, outgoing connection,
DREADME118 Assignment") however the size of outgoing packets
259 of register 14. On outgoing calls,
261 select the outgoing service octet.
308 For an outgoing call, the inactive physical lines are searched.
365 f) Set the number for outgoing calls on the interface:
383 (neither incoming or outgoing connections are possible). Use
DREADME.audio91 On outgoing voice calls, the emulator responds with VCON
DREADME.sc194 ii) add the outgoing and inbound telephone numbers
265 the inbound telephone numbers to the outgoing telephone numbers of the MLPPP
DREADME.gigaset248 functions is available. It allows outgoing data connections only, but
DREADME.HiSax560 # Attention you must not set an outgoing number !!! This won't work !!!
/linux-4.4.14/Documentation/netlabel/
Dintroduction.txt10 security attributes to outgoing network packets generated from user space
Dlsm_interface.txt30 on outgoing packets as well as read the labels on incoming packets. Functions
Ddraft-ietf-cipso-ipsecurity-01.txt476 outgoing datagrams that have a label greater than this maximum MUST be
483 outgoing datagrams that have a label less than this minimum MUST be
510 policies may require both incoming and outgoing datagrams be checked against
554 outgoing IP datagrams. Just providing the correct CIPSO label format
652 The DOI identifier to be used for all outgoing datagrams is configured by
688 The CIPSO label to be used on all outgoing ICMP messages MUST be equivalent
/linux-4.4.14/arch/frv/kernel/
Dswitch_to.S53 # save outgoing process's context
116 # - GR8 will point to the outgoing task_struct
/linux-4.4.14/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smd.txt28 Definition: three entries specifying the outgoing ipc bit used for
/linux-4.4.14/drivers/isdn/i4l/
Disdn_net.c351 if (l->outgoing || l->hupflags & ISDN_INHUP) in isdn_net_autohup()
353 } else if (l->outgoing) { in isdn_net_autohup()
706 lp->outgoing = 1; in isdn_net_dial()
2361 lp->outgoing = 0; in isdn_net_find_icall()
2931 n->next = p->local->phone[phone->outgoing & 1]; in isdn_net_addphone()
2932 p->local->phone[phone->outgoing & 1] = n; in isdn_net_addphone()
2946 int inout = phone->outgoing & 1; in isdn_net_getphones()
3000 phone->outgoing = USG_OUTGOING(dev->usage[idx]); in isdn_net_getpeer()
3012 int inout = phone->outgoing & 1; in isdn_net_delphone()
Disdn_ppp.c623 if (lp->outgoing) in isdn_ppp_ioctl()
/linux-4.4.14/arch/x86/
DMakefile_32.cpu64 cflags-$(ADD_ACCUMULATE_OUTGOING_ARGS) += $(call cc-option,-maccumulate-outgoing-args)
DMakefile126 KBUILD_CFLAGS += $(call cc-option,-maccumulate-outgoing-args)
/linux-4.4.14/include/linux/
Disdn.h197 int outgoing; /* Flag: outgoing call */ member
/linux-4.4.14/Documentation/devicetree/bindings/net/dsa/
Ddsa.txt49 chained/cascaded together. This port is used as outgoing port
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-net-mesh41 packet size exceeds the outgoing interface MTU.
/linux-4.4.14/tools/perf/Documentation/
Dperf-timechart.txt29 Lower bar shows outgoing events (disk writes, egress network packets).
/linux-4.4.14/drivers/isdn/hisax/
Delsa_ser.c526 modem_set_dial(struct IsdnCardState *cs, int outgoing) { in modem_set_dial() argument
536 if (outgoing) in modem_set_dial()
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dqcom-rpm.txt39 Definition: three entries specifying the outgoing ipc bit used for
/linux-4.4.14/Documentation/hid/
Dhid-transport.txt97 channel. Any unrequested incoming or outgoing data report must be sent on
291 which require high throughput for outgoing requests on the intr channel. This
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-move.c103 fail_peer(lnet_nid_t nid, int outgoing) in fail_peer() argument
121 if (outgoing) { in fail_peer()
137 if (outgoing && in fail_peer()
/linux-4.4.14/net/ipv6/netfilter/
DKconfig317 Masquerading is a special case of NAT: all outgoing connections are
/linux-4.4.14/Documentation/s390/
DDebugging390.txt471 outgoing-args:
554 outgoing args area. It must be purely in the outgoing args
556 6) Floating point parameters are mixed with outgoing args
557 on the outgoing args area in the order the are passed in as parameters.
558 7) Floating point arguments 2 & 3 are saved in the outgoing args area for
584 96 160 outgoing args passed from caller to callee
/linux-4.4.14/net/sched/
DKconfig428 Say Y here if you want to be able to classify outgoing packets based
442 Say Y here if you want to be able to classify outgoing packets based
/linux-4.4.14/net/ipv4/netfilter/
DKconfig288 Masquerading is a special case of NAT: all outgoing connections are
/linux-4.4.14/Documentation/nfc/
Dnfc-hci.txt276 - SMW is basically a background thread to handle incoming and outgoing shdlc
/linux-4.4.14/Documentation/
Dcpu-hotplug.txt250 - All processes are migrated away from this outgoing CPU to new CPUs.
/linux-4.4.14/Documentation/security/
DSmack.txt608 SMACK64IPOUT: The Smack label transmitted with outgoing packets.
689 A privileged process can set the Smack label of outgoing packets with
/linux-4.4.14/Documentation/sysctl/
Dvm.txt807 since it cannot use all of system memory to buffer the outgoing writes
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.seq300 * "Short Luns" are not placed into outgoing LQ
2195 * in a FIFO or an outgoing LQ. Only treat it as an I_T only
Daic79xx.reg1515 * outgoing command packets.
/linux-4.4.14/net/netfilter/
DKconfig926 connection (usually limiting it to your outgoing interface's MTU
/linux-4.4.14/Documentation/video4linux/
Dvivid.txt214 outgoing buffer.
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt970 10.x.x.x) and have the host masquerade them. This will let outgoing