Home
last modified time | relevance | path

Searched refs:send_packet (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/tools/testing/selftests/bpf/
Dtest_skb_cgroup_id_user.c48 static int send_packet(const char *iface) in send_packet() function
169 if (send_packet(argv[1])) in main()
/linux-5.19.10/drivers/tty/ipwireless/
Dhardware.c1237 static void send_packet(struct ipw_hardware *hw, int priority, in send_packet() function
1310 send_packet(hw, PRIO_DATA, packet); in ipwireless_send_packet()
1329 send_packet(hw, prio, &packet->header); in set_control_line()
1421 send_packet(hw, PRIO_SETUP, &config_packet->header); in __handle_setup_get_version_rsp()
1431 send_packet(hw, PRIO_SETUP, &config_done_packet->header); in __handle_setup_get_version_rsp()
1444 send_packet(hw, PRIO_SETUP, &open_packet->header); in __handle_setup_get_version_rsp()
1483 send_packet(hw, PRIO_SETUP, &info_packet->header); in __handle_setup_get_version_rsp()
1526 send_packet(hw, PRIO_SETUP, &ver_packet->header); in ipw_send_setup_packet()
1585 send_packet(hw, PRIO_SETUP, &packet->header); in handle_received_SETUP_packet()
/linux-5.19.10/drivers/media/rc/
Diguanair.c39 struct send_packet *packet;
60 #define MAX_OUT_PACKET (sizeof(struct send_packet) + BUF_SIZE)
70 struct send_packet { struct
Dimon.c593 static int send_packet(struct imon_context *ictx) in send_packet() function
702 retval = send_packet(ictx); in send_associate_24g()
784 retval = send_packet(ictx); in send_set_imon_clock()
991 retval = send_packet(ictx); in vfd_write()
1005 retval = send_packet(ictx); in vfd_write()
1057 retval = send_packet(ictx); in lcd_write()
1158 retval = send_packet(ictx); in imon_ir_change_protocol()
1993 ret = send_packet(ictx); in imon_init_rdev()
/linux-5.19.10/drivers/isdn/mISDN/
Ddsp_cmx.c1388 goto send_packet;
1411 goto send_packet;
1451 goto send_packet;
1512 goto send_packet;
1572 goto send_packet;
1574 send_packet:
/linux-5.19.10/drivers/net/ethernet/agere/
Det131x.c2583 static int send_packet(struct sk_buff *skb, struct et131x_adapter *adapter) in send_packet() function
3786 if (send_packet(skb, adapter)) in et131x_tx()
/linux-5.19.10/drivers/net/ethernet/micrel/
Dksz884x.c4554 static void send_packet(struct sk_buff *skb, struct net_device *dev) in send_packet() function
4800 send_packet(skb, dev); in netdev_tx()