Home
last modified time | relevance | path

Searched refs:receiver (Results 1 - 25 of 37) sorted by relevance

12

/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_proto_tcp.c118 * equivalent with the ones of the sender/receiver. We always
136 * and the receiver may send back a connection
310 II. Lower bound for valid data: seq + len >= sender.td_end - receiver.td_maxwin
311 III. Upper bound for valid (s)ack: sack <= receiver.td_end
312 IV. Lower bound for valid (s)ack: sack >= receiver.td_end - MAXACKWINDOW
472 struct ip_ct_tcp_state *receiver = &state->seen[!dir]; in tcp_in_window() local
488 if (receiver->flags & IP_CT_TCP_FLAG_SACK_PERM) in tcp_in_window()
502 "receiver end=%u maxend=%u maxwin=%u scale=%i\n", in tcp_in_window()
505 receiver->td_end, receiver in tcp_in_window()
773 const struct ip_ct_tcp_state *receiver = &ct->proto.tcp.seen[1]; tcp_new() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_proto_tcp.c110 * equivalent with the ones of the sender/receiver. We always
128 * and the receiver may send back a connection
302 II. Lower bound for valid data: seq + len >= sender.td_end - receiver.td_maxwin
303 III. Upper bound for valid (s)ack: sack <= receiver.td_end
304 IV. Lower bound for valid (s)ack: sack >= receiver.td_end - MAXACKWINDOW
456 struct ip_ct_tcp_state *receiver, in tcp_init_sender()
477 receiver->flags & IP_CT_TCP_FLAG_WINDOW_SCALE)) { in tcp_init_sender()
479 receiver->td_scale = 0; in tcp_init_sender()
517 struct ip_ct_tcp_state *receiver = &state->seen[!dir]; in tcp_in_window() local
532 if (receiver in tcp_in_window()
455 tcp_init_sender(struct ip_ct_tcp_state *sender, struct ip_ct_tcp_state *receiver, const struct sk_buff *skb, unsigned int dataoff, const struct tcphdr *tcph, u32 end, u32 win, enum ip_conntrack_dir dir) tcp_init_sender() argument
[all...]
/kernel/linux/linux-5.10/net/can/
H A Daf_can.c446 struct receiver *rcv; in can_rx_register()
452 /* insert new receiver (dev,canid,mask) -> (func,data) */ in can_rx_register()
489 /* can_rx_delete_receiver - rcu callback for single receiver entry removal */
492 struct receiver *rcv = container_of(rp, struct receiver, rcu); in can_rx_delete_receiver()
516 struct receiver *rcv = NULL; in can_rx_unregister()
532 /* Search the receiver list for the item to delete. This should in can_rx_unregister()
533 * exist, since no receiver may be unregistered that hasn't in can_rx_unregister()
563 /* schedule the receiver item for deletion */ in can_rx_unregister()
572 static inline void deliver(struct sk_buff *skb, struct receiver *rc
[all...]
H A Daf_can.h51 struct receiver { struct
H A Dproc.c190 struct receiver *r; in can_print_rcvlist()
/kernel/linux/linux-6.6/net/can/
H A Daf_can.c445 struct receiver *rcv; in can_rx_register()
450 /* insert new receiver (dev,canid,mask) -> (func,data) */ in can_rx_register()
487 /* can_rx_delete_receiver - rcu callback for single receiver entry removal */
490 struct receiver *rcv = container_of(rp, struct receiver, rcu); in can_rx_delete_receiver()
514 struct receiver *rcv = NULL; in can_rx_unregister()
530 /* Search the receiver list for the item to delete. This should in can_rx_unregister()
531 * exist, since no receiver may be unregistered that hasn't in can_rx_unregister()
561 /* schedule the receiver item for deletion */ in can_rx_unregister()
570 static inline void deliver(struct sk_buff *skb, struct receiver *rc
[all...]
H A Daf_can.h51 struct receiver { struct
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ctrl_net.h59 /* receiver id */
60 u16 receiver; member
131 /* receiver id */
132 u16 receiver; member
/kernel/linux/linux-5.10/sound/usb/6fire/
H A Dcomm.h22 struct urb receiver; member
H A Dcomm.c51 "comm data receiver aborted.\n"); in usb6fire_comm_receiver_handler()
158 urb = &rt->receiver; in usb6fire_comm_init()
178 dev_err(&chip->dev->dev, "cannot create comm data receiver."); in usb6fire_comm_init()
190 usb_poison_urb(&rt->receiver); in usb6fire_comm_abort()
/kernel/linux/linux-6.6/sound/usb/6fire/
H A Dcomm.h22 struct urb receiver; member
H A Dcomm.c51 "comm data receiver aborted.\n"); in usb6fire_comm_receiver_handler()
158 urb = &rt->receiver; in usb6fire_comm_init()
178 dev_err(&chip->dev->dev, "cannot create comm data receiver."); in usb6fire_comm_init()
190 usb_poison_urb(&rt->receiver); in usb6fire_comm_abort()
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dsched-messaging.c89 /* Now pump to every receiver. */ in sender()
109 /* One receiver per fd */
110 static void *receiver(struct receiver_context* ctx) in receiver() function
145 /* Fork the receiver. */ in create_worker()
221 pth[i] = create_worker(ctx, (void *)receiver); in group()
306 printf("# %d sender and receiver %s per group\n", in bench_sched_messaging()
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_clientmgr.c523 * If the receiver client is a user client, the original event is
527 * If the receiver client is a kernel client, the original event is
1423 /* if sender or receiver is the subscribing client itself, in check_subscription_permission()
1465 struct snd_seq_client *receiver = NULL, *sender = NULL; in snd_seq_ioctl_subscribe_port() local
1468 if ((receiver = snd_seq_client_use_ptr(subs->dest.client)) == NULL) in snd_seq_ioctl_subscribe_port()
1474 if ((dport = snd_seq_port_use_ptr(receiver, subs->dest.port)) == NULL) in snd_seq_ioctl_subscribe_port()
1482 result = snd_seq_port_connect(client, sender, sport, receiver, dport, subs); in snd_seq_ioctl_subscribe_port()
1493 if (receiver) in snd_seq_ioctl_subscribe_port()
1494 snd_seq_client_unlock(receiver); in snd_seq_ioctl_subscribe_port()
1507 struct snd_seq_client *receiver in snd_seq_ioctl_unsubscribe_port() local
[all...]
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_clientmgr.c556 * If the receiver client is a user client, the original event is
560 * If the receiver client is a kernel client, the original event is
1444 /* if sender or receiver is the subscribing client itself, in check_subscription_permission()
1486 struct snd_seq_client *receiver = NULL, *sender = NULL; in snd_seq_ioctl_subscribe_port() local
1489 receiver = snd_seq_client_use_ptr(subs->dest.client); in snd_seq_ioctl_subscribe_port()
1490 if (!receiver) in snd_seq_ioctl_subscribe_port()
1498 dport = snd_seq_port_use_ptr(receiver, subs->dest.port); in snd_seq_ioctl_subscribe_port()
1507 result = snd_seq_port_connect(client, sender, sport, receiver, dport, subs); in snd_seq_ioctl_subscribe_port()
1518 if (receiver) in snd_seq_ioctl_subscribe_port()
1519 snd_seq_client_unlock(receiver); in snd_seq_ioctl_subscribe_port()
1532 struct snd_seq_client *receiver = NULL, *sender = NULL; snd_seq_ioctl_unsubscribe_port() local
[all...]
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dsched-messaging.c94 /* Now pump to every receiver. */ in sender()
114 /* One receiver per fd */
115 static void *receiver(struct receiver_context* ctx) in receiver() function
150 /* Fork the receiver. */ in create_worker()
229 pth[i] = create_worker(ctx, (void *)receiver); in group()
315 printf("# %d sender and receiver %s per group\n", in bench_sched_messaging()
/kernel/linux/linux-5.10/ipc/
H A Dmqueue.c116 * receiver->msg = message; (reordered)
999 * If a receiver finds no waiting message, then it registers itself in the
1001 * message into the message array. If there is a waiting receiver, then it
1003 * receiver. The receiver accepts the message and returns without grabbing the
1007 * - Queue the receiver task for later wakeup (without the info->lock).
1008 * - Update its state to STATE_READY. Now the receiver can continue.
1036 struct ext_wait_queue *receiver) in pipelined_send()
1038 receiver->msg = message; in pipelined_send()
1039 __pipelined_op(wake_q, info, receiver); in pipelined_send()
1033 pipelined_send(struct wake_q_head *wake_q, struct mqueue_inode_info *info, struct msg_msg *message, struct ext_wait_queue *receiver) pipelined_send() argument
1067 struct ext_wait_queue *receiver; do_mq_timedsend() local
[all...]
/kernel/linux/linux-6.6/ipc/
H A Dmqueue.c116 * receiver->msg = message; (reordered)
1000 * If a receiver finds no waiting message, then it registers itself in the
1002 * message into the message array. If there is a waiting receiver, then it
1004 * receiver. The receiver accepts the message and returns without grabbing the
1008 * - Queue the receiver task for later wakeup (without the info->lock).
1009 * - Update its state to STATE_READY. Now the receiver can continue.
1037 struct ext_wait_queue *receiver) in pipelined_send()
1039 receiver->msg = message; in pipelined_send()
1040 __pipelined_op(wake_q, info, receiver); in pipelined_send()
1034 pipelined_send(struct wake_q_head *wake_q, struct mqueue_inode_info *info, struct msg_msg *message, struct ext_wait_queue *receiver) pipelined_send() argument
1068 struct ext_wait_queue *receiver; do_mq_timedsend() local
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H A Ddo_hbm_test.sh336 rates=`grep receiver iperf.$id | grep -o "[0-9.]* Mbits" | grep -o "^[0-9]*"`
357 ( iperf3 -c $host -p $port -i 0 -P 1 -f m -t $dur | grep receiver | grep -o "[0-9.]* Mbits" | grep -o "^[0-9]*" | grep -o "[0-9]*$" > iperf3.$id.$flow_cnt ) &
/kernel/linux/linux-6.6/samples/bpf/
H A Ddo_hbm_test.sh347 rates=`grep receiver iperf.$id | grep -o "[0-9.]* Mbits" | grep -o "^[0-9]*"`
368 ( iperf3 -c $host -p $port -i 0 -P 1 -f m -t $dur | grep receiver | grep -o "[0-9.]* Mbits" | grep -o "^[0-9]*" | grep -o "[0-9]*$" > iperf3.$id.$flow_cnt ) &
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-omap.c206 unsigned receiver:1; /* true when we're in receiver mode */ member
670 omap->receiver = !!(msg->flags & I2C_M_RD); in omap_i2c_xfer_msg()
671 omap_i2c_resize_fifo(omap, msg->len, omap->receiver); in omap_i2c_xfer_msg()
1080 /* If we're in receiver mode, ignore XDR/XRDY */ in omap_i2c_xfer_data()
1081 if (omap->receiver) in omap_i2c_xfer_data()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-omap.c206 unsigned receiver:1; /* true when we're in receiver mode */ member
670 omap->receiver = !!(msg->flags & I2C_M_RD); in omap_i2c_xfer_msg()
671 omap_i2c_resize_fifo(omap, msg->len, omap->receiver); in omap_i2c_xfer_msg()
1080 /* If we're in receiver mode, ignore XDR/XRDY */ in omap_i2c_xfer_data()
1081 if (omap->receiver) in omap_i2c_xfer_data()
/kernel/linux/linux-6.6/drivers/firmware/arm_ffa/
H A Ddriver.c403 * For the memory lend or donate operation, if the receiver is a PE or in ffa_memory_attributes_get()
433 ep_mem_access->receiver = args->attrs[idx].receiver; in ffa_setup_and_transmit()
/kernel/linux/linux-6.6/include/linux/
H A Darm_ffa.h240 u16 receiver; member
243 * receiver's page table.
285 * before mapping it for any receiver.
316 * An implementation defined value associated with the receiver and the
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/
H A Ducsi_glink.c52 u32 receiver; member

Completed in 25 milliseconds

12