Searched refs:packet (Results 1 - 13 of 13) sorted by relevance

/include/uapi/linux/
H A Dpg.h5 pg.h defines the user interface to the generic ATAPI packet
49 char packet[12]; /* packet command */ member in struct:pg_write_hdr
H A Dcdrom.h107 * Uniform driver, via generic packet commands, GPCMD_MODE_SELECT_10,
145 #define CDROM_SEND_PACKET 0x5393 /* send a packet to the drive */
433 /* The generic packet command opcodes for CD/DVD Logical Units,
867 __u8 packet : 1; member in struct:__anon1693
880 __u8 packet : 1; member in struct:__anon1693
/include/uapi/linux/netfilter/
H A Dxt_statistic.h29 __u32 packet; member in struct:xt_statistic_info::__anon2020::__anon2022
/include/net/sctp/
H A Dcommand.h57 SCTP_CMD_SEND_PKT, /* Send a full packet to our peer. */
84 SCTP_CMD_DISCARD_PACKET, /* Discard the whole packet. */
137 struct sctp_packet *packet; member in union:__anon1320
178 SCTP_ARG_CONSTRUCTOR(PACKET, struct sctp_packet *, packet)
H A Dstructs.h259 /* My : Tag expected in every inbound packet and sent
265 /* Peer's : Tag expected in every outbound packet except
293 /* This holds the originating address of the INIT packet. */
312 /* This is a shim for my peer's INIT packet, followed by
542 * o Chunk: A unit of information within an SCTP packet, consisting of
566 /* These are the SCTP headers by reverse order in a packet.
636 singleton:1, /* Only chunk in the packet? */
637 end_of_packet:1, /* Last chunk in the packet? */
639 pdiscard:1, /* Discard the whole packet now? */
684 /* These are the SCTP header values (host order) for the packet
724 sctp_packet_empty(struct sctp_packet *packet) argument
905 struct sctp_packet packet; member in struct:sctp_transport
[all...]
/include/linux/
H A Dhil_mlc.h48 * is an IN or EXPECT, and then sends the given packet.
55 /* HILSE_OUT_LAST sends the given command packet to
60 /* HILSE_OUT_DISC sends the given command packet to
70 /* HILSE_IN simply expects any non-errored packet to arrive
75 /* HILSE_EXPECT expects a particular packet to arrive
76 * within arg usecs, any other packet is considered an error.
96 hil_packet packet; /* Packet to send or to compare */ member in union:hilse_node::__anon299
143 struct semaphore isem; /* Raised when a packet arrives */
H A Dfirewire.h265 typedef void (*fw_packet_callback_t)(struct fw_packet *packet,
302 * This callback is called when the packet transmission has completed.
323 struct fw_packet packet; member in struct:fw_transaction
385 * The iso packet format allows for an immediate header/payload part
386 * stored in 'header' immediately after the packet info plus an
394 u32 interrupt:1; /* Generate interrupt on this packet */
395 u32 skip:1; /* tx: Set to not send packet at all */
397 u32 tag:2; /* tx: Tag in packet header */
398 u32 sy:4; /* tx: Sy in packet header */
457 struct fw_iso_packet *packet,
[all...]
H A Dtty.h270 packet:1, member in struct:tty_struct
/include/net/netfilter/
H A Dnf_conntrack_l4proto.h37 /* Returns verdict for packet, or -1 for invalid. */
38 int (*packet)(struct nf_conn *ct, member in struct:nf_conntrack_l4proto
47 * returns TRUE if it's OK. If so, packet() called next. */
/include/net/
H A Dnet_namespace.h16 #include <net/netns/packet.h>
89 struct netns_packet packet; member in struct:net
H A Dipx.h145 __be16 ipx_cksum(struct ipxhdr *packet, int length);
H A Dcfg80211.h1007 * @chain_signal: per-chain signal strength of last received packet in dBm
1847 * struct cfg80211_pkt_pattern - packet pattern
1852 * @pkt_offset: packet offset (in bytes)
1905 * @magic_pkt: wake up on receiving magic packet
1906 * @patterns: wake up on receiving packet matching a pattern
1909 * @eap_identity_req: wake up on EAP identity request packet
1929 * @condition: condition for packet coalescence.
1931 * @patterns: array of packet patterns
1956 * @magic_pkt: woke up by receiving magic packet
1958 * @eap_identity_req: woke up by EAP identity request packet
1980 const void *packet; member in struct:cfg80211_wowlan_wakeup
[all...]
/include/uapi/drm/
H A Dradeon_drm.h68 /* New style per-packet identifiers for use in cmd_buffer ioctl with
70 * state bits and the packet size:
176 #define RADEON_CMD_PACKET3 5 /* emit hw packet */
177 #define RADEON_CMD_PACKET3_CLIP 6 /* emit hw packet wrapped in cliprects */
191 } packet; member in union:__anon1584
259 unsigned char cmd_type, packet, pad0, pad1; member in struct:__anon1592::__anon1596
262 unsigned char cmd_type, packet; member in struct:__anon1592::__anon1597
651 * - allows updating of tcl packet, vector and scalar state

Completed in 274 milliseconds