/linux-2.6.39/net/netfilter/ |
D | nf_conntrack_proto_tcp.c | 371 #define MAXACKWINDOW(sender) \ argument 372 ((sender)->td_maxwin > MAXACKWINCONST ? (sender)->td_maxwin \ 520 struct ip_ct_tcp_state *sender = &state->seen[dir]; in tcp_in_window() local 550 sender->td_end, sender->td_maxend, sender->td_maxwin, in tcp_in_window() 551 sender->td_scale, in tcp_in_window() 555 if (sender->td_maxwin == 0) { in tcp_in_window() 564 sender->td_end = in tcp_in_window() 565 sender->td_maxend = end; in tcp_in_window() 566 sender->td_maxwin = (win == 0 ? 1 : win); in tcp_in_window() 568 tcp_options(skb, dataoff, tcph, sender); in tcp_in_window() [all …]
|
/linux-2.6.39/drivers/s390/net/ |
D | smsgiucv_app.c | 42 static char *sender; variable 43 module_param(sender, charp, 0400); 44 MODULE_PARM_DESC(sender, "z/VM user ID from which CP SMSGs are accepted"); 126 if (sender && strlen(sender) > 0 && strcmp(from, sender) != 0) in smsg_app_callback() 184 if (sender) { in smsgiucv_app_init() 185 int len = strlen(sender); in smsgiucv_app_init() 187 sender[len] = toupper(sender[len]); in smsgiucv_app_init()
|
D | smsgiucv.c | 74 unsigned char sender[9]; in smsg_message_pending() local 86 memcpy(sender, buffer, 8); in smsg_message_pending() 87 sender[8] = 0; in smsg_message_pending() 90 if (sender[i] != ' ' && sender[i] != '\t') in smsg_message_pending() 92 sender[i] = 0; in smsg_message_pending() 97 cb->callback(sender, buffer + 8); in smsg_message_pending()
|
/linux-2.6.39/arch/x86/mm/ |
D | tlb.c | 133 unsigned int sender; in smp_invalidate_interrupt() local 141 sender = ~regs->orig_ax - INVALIDATE_TLB_VECTOR_START; in smp_invalidate_interrupt() 142 f = &flush_state[sender]; in smp_invalidate_interrupt() 175 unsigned int sender; in flush_tlb_others_ipi() local 179 sender = this_cpu_read(tlb_vector_offset); in flush_tlb_others_ipi() 180 f = &flush_state[sender]; in flush_tlb_others_ipi() 193 INVALIDATE_TLB_VECTOR_START + sender); in flush_tlb_others_ipi()
|
/linux-2.6.39/arch/s390/mm/ |
D | cmm.c | 29 static char *sender; variable 30 module_param(sender, charp, 0400); 31 MODULE_PARM_DESC(sender, 367 if (strlen(sender) > 0 && strcmp(from, sender) != 0) in cmm_smsg_target() 442 if (sender) { in cmm_init() 443 int len = strlen(sender); in cmm_init() 445 sender[len] = toupper(sender[len]); in cmm_init() 447 sender = cmm_default_sender; in cmm_init()
|
/linux-2.6.39/sound/core/seq/ |
D | seq_clientmgr.c | 1380 if (client->number != subs->sender.client && in check_subscription_permission() 1393 if (client->number != subs->sender.client) { in check_subscription_permission() 1418 event.data.connect.sender = info->sender; in snd_seq_client_notify_subscription() 1431 struct snd_seq_client *receiver = NULL, *sender = NULL; in snd_seq_ioctl_subscribe_port() local 1440 if ((sender = snd_seq_client_use_ptr(subs.sender.client)) == NULL) in snd_seq_ioctl_subscribe_port() 1442 if ((sport = snd_seq_port_use_ptr(sender, subs.sender.port)) == NULL) in snd_seq_ioctl_subscribe_port() 1452 result = snd_seq_port_connect(client, sender, sport, receiver, dport, &subs); in snd_seq_ioctl_subscribe_port() 1461 if (sender) in snd_seq_ioctl_subscribe_port() 1462 snd_seq_client_unlock(sender); in snd_seq_ioctl_subscribe_port() 1476 struct snd_seq_client *receiver = NULL, *sender = NULL; in snd_seq_ioctl_unsubscribe_port() local [all …]
|
D | seq_ports.c | 228 aport = get_client_port(&subs->info.sender, &c); in clear_subscriber_list() 476 if (addr_match(&r->sender, &s->sender) && in match_subs_info()
|
/linux-2.6.39/arch/mips/include/asm/ |
D | smtc_ipi.h | 26 int sender; member 64 p->sender = read_c0_tcbind(); in smtc_ipi_nq()
|
/linux-2.6.39/net/bridge/netfilter/ |
D | ebt_stp.c | 32 uint8_t sender[8]; member 76 v16 = NR16(stpc->sender); in ebt_filter_config() 84 verdict |= (stpc->sender[2+i] ^ c->sender_addr[i]) & in ebt_filter_config()
|
/linux-2.6.39/sound/core/seq/oss/ |
D | seq_oss_midi.c | 367 subs.sender = dp->addr; in snd_seq_oss_midi_open() 374 subs.sender.client = mdev->client; in snd_seq_oss_midi_open() 375 subs.sender.port = mdev->port; in snd_seq_oss_midi_open() 412 subs.sender = dp->addr; in snd_seq_oss_midi_close() 418 subs.sender.client = mdev->client; in snd_seq_oss_midi_close() 419 subs.sender.port = mdev->port; in snd_seq_oss_midi_close()
|
D | seq_oss_init.c | 109 subs.sender.client = SNDRV_SEQ_CLIENT_SYSTEM; in snd_seq_oss_create_client() 110 subs.sender.port = SNDRV_SEQ_PORT_SYSTEM_ANNOUNCE; in snd_seq_oss_create_client()
|
/linux-2.6.39/sound/drivers/opl4/ |
D | opl4_seq.c | 73 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) { in snd_opl4_seq_use() 97 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) in snd_opl4_seq_unuse()
|
/linux-2.6.39/tools/perf/Documentation/ |
D | perf-bench.txt | 77 options (20 sender and receiver processes per group) 83 (20 sender and receiver threads per group)
|
/linux-2.6.39/net/tipc/ |
D | link.c | 93 static int link_send_sections_long(struct tipc_port *sender, 1042 int tipc_link_send_sections_fast(struct tipc_port *sender, in tipc_link_send_sections_fast() argument 1047 struct tipc_msg *hdr = &sender->phdr; in tipc_link_send_sections_fast() 1060 res = tipc_msg_build(hdr, msg_sect, num_sect, sender->max_pkt, in tipc_link_send_sections_fast() 1061 !sender->user_port, &buf); in tipc_link_send_sections_fast() 1071 &sender->max_pkt); in tipc_link_send_sections_fast() 1090 sender->ref, res); in tipc_link_send_sections_fast() 1099 sender->max_pkt = l_ptr->max_pkt; in tipc_link_send_sections_fast() 1104 if ((msg_hdr_sz(hdr) + res) <= sender->max_pkt) in tipc_link_send_sections_fast() 1107 return link_send_sections_long(sender, msg_sect, in tipc_link_send_sections_fast() [all …]
|
/linux-2.6.39/tools/perf/bench/ |
D | sched-messaging.c | 88 static void *sender(struct sender_context *ctx) in sender() function 242 pth[num_fds+i] = create_worker(snd_ctx, (void *)sender); in group()
|
/linux-2.6.39/Documentation/networking/ |
D | dccp.txt | 110 accepted by the receiver. Hence, when using this feature on the sender, it must 113 DCCP_SOCKOPT_SEND_CSCOV sets the sender checksum coverage. Values in the 161 Default CCID for the sender-receiver half-connection. Depending on the 165 Default CCID for the receiver-sender half-connection; see tx_ccid. 168 The initial sequence window (sec. 7.5.2) of the sender. This influences
|
D | netconsole.txt | 131 the sender, it is suggested to try specifying the MAC address of the 141 printing all messages from the sender, it is likely that you have set 142 the "console_loglevel" parameter (on the sender) to only send high
|
D | udplite.txt | 116 If the sender specifies a value of 0 as coverage length, the module 118 and according checksum. If the sender specifies a coverage < 8 and 138 On both sender and receiver, checksumming will always be performed
|
/linux-2.6.39/sound/drivers/opl3/ |
D | opl3_seq.c | 122 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) { in snd_opl3_synth_use() 136 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) in snd_opl3_synth_unuse()
|
/linux-2.6.39/ipc/ |
D | mqueue.c | 832 struct ext_wait_queue *sender = wq_get_first_waiter(info, SEND); in pipelined_receive() local 834 if (!sender) { in pipelined_receive() 839 msg_insert(sender->msg, info); in pipelined_receive() 840 list_del(&sender->list); in pipelined_receive() 841 sender->state = STATE_PENDING; in pipelined_receive() 842 wake_up_process(sender->task); in pipelined_receive() 844 sender->state = STATE_READY; in pipelined_receive()
|
/linux-2.6.39/include/linux/ |
D | ipmi_smi.h | 104 void (*sender)(void *send_info, member
|
/linux-2.6.39/include/sound/ |
D | asequencer.h | 167 struct snd_seq_addr sender; member 607 struct snd_seq_addr sender; /* sender address */ member
|
/linux-2.6.39/net/ipv4/ |
D | Kconfig | 429 BIC-TCP is a sender-side only change that ensures a linear RTT 451 TCP Westwood+ is a sender-side only modification of the TCP Reno 488 TCP-Hybla is a sender-side only change that eliminates penalization of 498 TCP Vegas is a sender-side only change to TCP that anticipates 509 Scalable TCP is a sender-side only change to TCP which uses a 529 TCP Veno is a sender-side only enhancement of TCP to obtain better 542 YeAH-TCP is a sender-side high-speed enabled TCP congestion control 556 TCP-Illinois is a sender-side modification of TCP Reno for
|
/linux-2.6.39/arch/x86/include/asm/uv/ |
D | uv_bau.h | 336 int sender; member
|
/linux-2.6.39/arch/x86/platform/uv/ |
D | tlb_uv.c | 306 (msg->sending_cpu == rap->sender) && in uv_do_reset() 338 int sender) in uv_reset_with_ipi() argument 345 reset_args.sender = sender; in uv_reset_with_ipi()
|