Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A 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()
/openbmc/linux/drivers/tty/ipwireless/
H A 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()
/openbmc/linux/drivers/media/rc/
H A Diguanair.c39 struct send_packet *packet;
60 #define MAX_OUT_PACKET (sizeof(struct send_packet) + BUF_SIZE)
70 struct send_packet { struct
H A Dimon.c593 static int send_packet(struct imon_context *ictx) in send_packet() function
701 return send_packet(ictx); in send_associate_24g()
781 retval = send_packet(ictx); in send_set_imon_clock()
989 retval = send_packet(ictx); in vfd_write()
1003 retval = send_packet(ictx); in vfd_write()
1055 retval = send_packet(ictx); in lcd_write()
1153 retval = send_packet(ictx); in imon_ir_change_protocol()
1988 ret = send_packet(ictx); in imon_init_rdev()
/openbmc/qemu/gdbstub/
H A Dsystem.c170 goto send_packet; in gdb_vm_state_change()
211 send_packet: in gdb_vm_state_change()
/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp_cmx.c1377 goto send_packet;
1400 goto send_packet;
1440 goto send_packet;
1501 goto send_packet;
1561 goto send_packet;
1563 send_packet:
/openbmc/linux/tools/testing/selftests/net/
H A Dcsum.c406 static void send_packet(int fd, const char *buf, int len) in send_packet() function
924 send_packet(fd, buf, len); in do_tx()
/openbmc/qemu/net/
H A Dslirp.c285 .send_packet = net_slirp_send_packet,
/openbmc/linux/drivers/net/ethernet/agere/
H A 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()
/openbmc/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c4256 static void send_packet(struct sk_buff *skb, struct net_device *dev) in send_packet() function
4502 send_packet(skb, dev); in netdev_tx()