Searched refs:net_nd_tx_packet (Results 1 – 4 of 4) sorted by relevance
26 uchar *net_nd_tx_packet; variable311 net_nd_tx_packet = NULL; in ndisc_init()315 net_nd_tx_packet = &net_nd_packet_buf[0] + (PKTALIGN - 1); in ndisc_init()316 net_nd_tx_packet -= (ulong)net_nd_tx_packet % PKTALIGN; in ndisc_init()466 memcpy(((struct ethernet_hdr *)net_nd_tx_packet)->et_dest, in ndisc_receive()469 net_send_packet(net_nd_tx_packet, in ndisc_receive()
68 pkt = net_nd_tx_packet; in ping6_send()72 net_nd_tx_packet_size = (pkt - net_nd_tx_packet); in ping6_send()
354 pkt = net_nd_tx_packet; in net_send_udp_packet6()361 net_nd_tx_packet_size = (pkt - net_nd_tx_packet) + in net_send_udp_packet6()
59 extern uchar *net_nd_tx_packet;
Completed in 7 milliseconds