/linux-4.1.27/drivers/net/arcnet/ |
D | capmode.c | 194 lp->outgoing.skb->protocol, acked); in ack_tx() 196 BUGLVL(D_SKB) arcnet_dump_skb(dev, lp->outgoing.skb, "ack_tx"); in ack_tx() 212 skb_copy_from_linear_data(lp->outgoing.skb, ackpkt, in ack_tx() 226 dev_kfree_skb_irq(lp->outgoing.skb); in ack_tx() 227 lp->outgoing.proto = NULL; /* We are always finished when in this protocol */ in ack_tx()
|
D | arcnet.c | 589 lp->outgoing.proto = proto; in arcnet_send_packet() 590 lp->outgoing.skb = skb; in arcnet_send_packet() 591 lp->outgoing.pkt = pkt; in arcnet_send_packet() 814 if (lp->outgoing.proto && in arcnet_interrupt() 815 lp->outgoing.proto->ack_tx) { in arcnet_interrupt() 824 lp->outgoing.proto in arcnet_interrupt() 839 if (lp->outgoing.proto && lp->outgoing.proto->continue_tx) { in arcnet_interrupt() 842 if (lp->outgoing.proto->continue_tx(dev, txbuf)) { in arcnet_interrupt() 844 dev->stats.tx_bytes += lp->outgoing.skb->len; in arcnet_interrupt() 845 if(!lp->outgoing.proto->ack_tx) in arcnet_interrupt() [all …]
|
D | rfc1201.c | 490 out = &lp->outgoing; in prepare_tx() 493 out->dataleft = lp->outgoing.length; in prepare_tx() 513 struct Outgoing *out = &lp->outgoing; in continue_tx()
|
/linux-4.1.27/drivers/isdn/pcbit/ |
D | capi.h | 43 int outgoing);
|
D | capi.c | 198 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.1.27/include/uapi/linux/ |
D | isdn.h | 105 int outgoing; member
|
/linux-4.1.27/Documentation/networking/ |
D | ip_dynaddr.txt | 15 ``actual'' outgoing address is unknown at the moment the link is
|
D | timestamping.txt | 274 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, 379 * no outgoing packet will need hardware time stamping; 386 * enables hardware time stamping for outgoing packets; 431 Time stamps for outgoing packets are to be generated as follows:
|
D | dccp.txt | 50 DCCP_SOCKOPT_QPOLICY_ID sets the dequeuing policy for outgoing packets. It takes
|
D | netdev-FAQ.txt | 94 the above is just the subject text of the outgoing e-mail, and you can
|
D | ip-sysctl.txt | 14 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. 1079 for primary IP addresses on all our subnets on the outgoing 1082 we have on the outgoing interface or on all other interfaces,
|
D | z8530drv.txt | 338 and outgoing frames from "axlink" to "9k6" and start:
|
D | bonding.txt | 564 Slave selection for outgoing traffic is done according 590 In tlb_dynamic_lb=1 mode; the outgoing traffic is 1876 may bypass the bonding driver (because outgoing traffic to, in this 2304 outgoing traffic will generally use the same device. Incoming 2313 balance-tlb: The balance-tlb mode balances outgoing traffic by peer.
|
D | can.txt | 318 specify the outgoing interface. 362 outgoing interface has to be defined certainly.
|
D | packet_mmap.txt | 465 TP_STATUS_CSUMNOTREADY: currently it's used for outgoing IP packets which
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE.fax | 67 Defines outgoing/send or incoming/receive connection. 95 ISDN_TTY_FAX_FCON signals the established, outgoing connection,
|
D | README | 118 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
|
D | README.audio | 91 On outgoing voice calls, the emulator responds with VCON
|
D | README.sc | 194 ii) add the outgoing and inbound telephone numbers 265 the inbound telephone numbers to the outgoing telephone numbers of the MLPPP
|
D | README.gigaset | 248 functions is available. It allows outgoing data connections only, but
|
D | README.HiSax | 560 # Attention you must not set an outgoing number !!! This won't work !!!
|
/linux-4.1.27/Documentation/netlabel/ |
D | introduction.txt | 10 security attributes to outgoing network packets generated from user space
|
D | lsm_interface.txt | 30 on outgoing packets as well as read the labels on incoming packets. Functions
|
D | draft-ietf-cipso-ipsecurity-01.txt | 476 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.1.27/arch/frv/kernel/ |
D | switch_to.S | 53 # save outgoing process's context 116 # - GR8 will point to the outgoing task_struct
|
/linux-4.1.27/include/linux/ |
D | arcdevice.h | 296 struct Outgoing outgoing; /* packet currently being sent */ member
|
D | isdn.h | 197 int outgoing; /* Flag: outgoing call */ member
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_net.c | 351 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()
|
D | isdn_ppp.c | 623 if (lp->outgoing) in isdn_ppp_ioctl()
|
/linux-4.1.27/arch/x86/ |
D | Makefile_32.cpu | 64 cflags-$(ADD_ACCUMULATE_OUTGOING_ARGS) += $(call cc-option,-maccumulate-outgoing-args)
|
D | Makefile | 107 KBUILD_CFLAGS += $(call cc-option,-maccumulate-outgoing-args)
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-timechart.txt | 29 Lower bar shows outgoing events (disk writes, egress network packets).
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-net-mesh | 41 packet size exceeds the outgoing interface MTU.
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | elsa_ser.c | 526 modem_set_dial(struct IsdnCardState *cs, int outgoing) { in modem_set_dial() argument 536 if (outgoing) in modem_set_dial()
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | qcom-rpm.txt | 39 Definition: three entries specifying the outgoing ipc bit used for
|
/linux-4.1.27/Documentation/hid/ |
D | hid-transport.txt | 97 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.1.27/drivers/staging/lustre/lnet/lnet/ |
D | lib-move.c | 103 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.1.27/net/ipv6/netfilter/ |
D | Kconfig | 302 Masquerading is a special case of NAT: all outgoing connections are
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 471 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.1.27/net/ipv4/netfilter/ |
D | Kconfig | 273 Masquerading is a special case of NAT: all outgoing connections are
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 427 Say Y here if you want to be able to classify outgoing packets based 441 Say Y here if you want to be able to classify outgoing packets based
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 276 - SMW is basically a background thread to handle incoming and outgoing shdlc
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 573 SMACK64IPOUT: The Smack label transmitted with outgoing packets. 654 A privileged process can set the Smack label of outgoing packets with
|
/linux-4.1.27/Documentation/ |
D | cpu-hotplug.txt | 250 - All processes are migrated away from this outgoing CPU to new CPUs.
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 807 since it cannot use all of system memory to buffer the outgoing writes
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 300 * "Short Luns" are not placed into outgoing LQ 2195 * in a FIFO or an outgoing LQ. Only treat it as an I_T only
|
D | aic79xx.reg | 1515 * outgoing command packets.
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 910 connection (usually limiting it to your outgoing interface's MTU
|
/linux-4.1.27/Documentation/video4linux/ |
D | vivid.txt | 214 outgoing buffer.
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 970 10.x.x.x) and have the host masquerade them. This will let outgoing
|