Home
last modified time | relevance | path

Searched refs:skb_seq_state (Results 1 – 5 of 5) sorted by relevance

/linux/net/batman-adv/
H A Dmain.c597 struct skb_seq_state st; in batadv_skb_crc32()
/linux/include/linux/
H A Dskbuff.h1436 struct skb_seq_state { struct
1448 unsigned int to, struct skb_seq_state *st); argument
1450 struct skb_seq_state *st);
1451 void skb_abort_seq_read(struct skb_seq_state *st);
1452 int skb_copy_seq_read(struct skb_seq_state *st, int offset, void *to, int len);
/linux/net/core/
H A Dskbuff.c4321 unsigned int to, struct skb_seq_state *st) in skb_prepare_seq_read()
4358 struct skb_seq_state *st) in skb_seq_read()
4451 void skb_abort_seq_read(struct skb_seq_state *st) in skb_abort_seq_read()
4472 int skb_copy_seq_read(struct skb_seq_state *st, int offset, void *to, int len) in skb_copy_seq_read()
4493 #define TS_SKB_CB(state) ((struct skb_seq_state *) &((state)->cb))
4526 BUILD_BUG_ON(sizeof(struct skb_seq_state) > sizeof(state.cb)); in skb_find_text()
/linux/drivers/scsi/
H A Dlibiscsi_tcp.c911 struct skb_seq_state seq; in iscsi_tcp_recv_skb()
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c814 struct skb_seq_state st; in cxgbit_skb_copy_to_sg()