Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | nsp_data_seg_msg |
struct | nsp_data_opt_msg |
struct | nsp_data_opt_msg1 |
struct | nsp_data_ack_msg |
struct | nsp_conn_ack_msg |
struct | nsp_conn_init_msg |
struct | nsp_disconn_init_msg |
struct | srcobj_fmt |
Macros | |
#define | NSP_REASON_OK 0 /* No error */ |
#define | NSP_REASON_NR 1 /* No resources */ |
#define | NSP_REASON_UN 2 /* Unrecognised node name */ |
#define | NSP_REASON_SD 3 /* Node shutting down */ |
#define | NSP_REASON_ID 4 /* Invalid destination end user */ |
#define | NSP_REASON_ER 5 /* End user lacks resources */ |
#define | NSP_REASON_OB 6 /* Object too busy */ |
#define | NSP_REASON_US 7 /* Unspecified error */ |
#define | NSP_REASON_TP 8 /* Third-Party abort */ |
#define | NSP_REASON_EA 9 /* End user has aborted the link */ |
#define | NSP_REASON_IF 10 /* Invalid node name format */ |
#define | NSP_REASON_LS 11 /* Local node shutdown */ |
#define | NSP_REASON_LL 32 /* Node lacks logical-link resources */ |
#define | NSP_REASON_LE 33 /* End user lacks logical-link resources */ |
#define | NSP_REASON_UR 34 /* Unacceptable RQSTRID or PASSWORD field */ |
#define | NSP_REASON_UA 36 /* Unacceptable ACCOUNT field */ |
#define | NSP_REASON_TM 38 /* End user timed out logical link */ |
#define | NSP_REASON_NU 39 /* Node unreachable */ |
#define | NSP_REASON_NL 41 /* No-link message */ |
#define | NSP_REASON_DC 42 /* Disconnect confirm */ |
#define | NSP_REASON_IO 43 /* Image data field overflow */ |
#define | NSP_DISCINIT 0x38 |
#define | NSP_DISCCONF 0x48 |
#define | NSP_CI 0x18 /* Connect Initiate */ |
#define | NSP_RCI 0x68 /* Retrans. Conn Init */ |
#define | NSP_FC_NONE 0x00 /* Flow Control None */ |
#define | NSP_FC_SRC 0x04 /* Seg Req. Count */ |
#define | NSP_FC_SCMC 0x08 /* Sess. Control Mess */ |
#define | NSP_FC_MASK 0x0c /* FC type mask */ |
#define | DN_MAX_NSP_DATA_HEADER (11) |
Variables | |
struct nsp_data_seg_msg | __packed |
|
read |
Definition at line 118 of file dn_nsp_out.c.
Definition at line 828 of file dn_nsp_in.c.
int dn_nsp_check_xmit_queue | ( | struct sock * | sk, |
struct sk_buff * | skb, | ||
struct sk_buff_head * | q, | ||
unsigned short | acknum | ||
) |
Definition at line 380 of file dn_nsp_out.c.
Definition at line 494 of file dn_nsp_out.c.
dn_nsp_output - Try and send something from socket queues : The socket whose queues are to be investigated
Try and send the packet on the end of the data and other data queues. Other data gets priority over data, and if we retransmit a packet we reduce the window by dividing it in two.
Definition at line 238 of file dn_nsp_out.c.
Definition at line 142 of file dn_nsp_out.c.
Definition at line 351 of file dn_nsp_out.c.
Definition at line 606 of file dn_nsp_out.c.
Definition at line 817 of file dn_nsp_in.c.
Definition at line 650 of file dn_nsp_out.c.
Definition at line 453 of file dn_nsp_out.c.
Definition at line 589 of file dn_nsp_out.c.
Definition at line 618 of file dn_nsp_out.c.
Definition at line 465 of file dn_nsp_out.c.
Definition at line 274 of file dn_nsp_out.c.
Definition at line 478 of file dn_nsp_out.c.