Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_iptfs.c533 u32 off, u32 len, struct skb_seq_state *st, u32 copy_len) in iptfs_pskb_add_frags()
577 iptfs_pskb_extract_seq(u32 skblen, struct skb_seq_state *st, u32 off, int len) in iptfs_pskb_extract_seq()
742 struct skb_seq_state *st, struct sk_buff *skb, in iptfs_reassem_cont()
943 struct skb_seq_state *skbseq, in __input_process_payload()
1218 struct skb_seq_state skbseq; in iptfs_input_ordered()
1960 static struct sk_buff *iptfs_copy_create_frag(struct skb_seq_state *st, u32 offset, u32 copy_len) in iptfs_copy_create_frag()
1996 struct skb_seq_state skbseq; in iptfs_copy_create_frags()
/linux/include/linux/
H A Dskbuff.h1483 struct skb_seq_state { struct
1495 unsigned int to, struct skb_seq_state *st); argument
1497 struct skb_seq_state *st);
1498 void skb_abort_seq_read(struct skb_seq_state *st);
1499 int skb_copy_seq_read(struct skb_seq_state *st, int offset, void *to, int len);
/linux/net/core/
H A Dskbuff.c4396 unsigned int to, struct skb_seq_state *st) in skb_prepare_seq_read()
4433 struct skb_seq_state *st) in skb_seq_read()
4526 void skb_abort_seq_read(struct skb_seq_state *st) in skb_abort_seq_read()
4547 int skb_copy_seq_read(struct skb_seq_state *st, int offset, void *to, int len) in skb_copy_seq_read()
4568 #define TS_SKB_CB(state) ((struct skb_seq_state *) &((state)->cb))
4601 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()