Searched refs:hdr_len (Results 1 - 11 of 11) sorted by relevance

/include/net/
H A Dlib80211.h61 int (*encrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv);
62 int (*decrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv);
66 int (*encrypt_msdu) (struct sk_buff * skb, int hdr_len, void *priv);
67 int (*decrypt_msdu) (struct sk_buff * skb, int keyidx, int hdr_len,
H A Dgre.h37 int hdr_len);
H A Dip_tunnels.h176 int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, __be16 inner_proto);
H A Dmac80211.h1307 * @hdr_len: a length of a security header used the cipher
1320 u8 hdr_len; member in struct:ieee80211_cipher_scheme
/include/net/caif/
H A Dcaif_layer.h268 * @hdr_len: Header length, used to align pay load on 32bit boundary.
275 unsigned short hdr_len; member in struct:caif_payload_info
/include/uapi/linux/
H A Dvirtio_net.h87 __u16 hdr_len; /* Ethernet + IP + tcp/udp hdrs */ member in struct:virtio_net_hdr
88 __u16 gso_size; /* Bytes to append to hdr_len per frame */
/include/rdma/
H A Dib_mad.h234 * @hdr_len: Indicates the size of the data header of the MAD. This length
254 int hdr_len; member in struct:ib_mad_send_buf
614 * @hdr_len: Indicates the size of the data header of the MAD. This length
635 int hdr_len, int data_len,
/include/linux/
H A Dti_wilink_st.h61 * @hdr_len: length of the header structure of the protocol.
80 unsigned char hdr_len; member in struct:st_proto_s
H A Dskbuff.h328 * the header in skb->hdr_len.
451 * @hdr_len: writable header length of cloned skb
541 hdr_len; member in struct:sk_buff
2392 skb_headroom(skb) + len <= skb->hdr_len;
3346 unsigned int hdr_len = skb_transport_header(skb) - local
3348 return hdr_len + skb_gso_transport_seglen(skb);
/include/scsi/
H A Dlibiscsi.h116 unsigned short hdr_len; /* accumulated size of hdr used */ member in struct:iscsi_task
154 return (void*)task->hdr + task->hdr_len;
/include/net/bluetooth/
H A Dl2cap.h605 unsigned long hdr_len,
849 unsigned long hdr_len,
848 l2cap_chan_no_alloc_skb(struct l2cap_chan *chan, unsigned long hdr_len, unsigned long len, int nb) argument

Completed in 173 milliseconds