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.c542 u32 off, u32 len, struct skb_seq_state *st, u32 copy_len) in iptfs_pskb_add_frags()
586 iptfs_pskb_extract_seq(u32 skblen, struct skb_seq_state *st, u32 off, int len) in iptfs_pskb_extract_seq()
751 struct skb_seq_state *st, struct sk_buff *skb, in iptfs_reassem_cont()
952 struct skb_seq_state *skbseq, in __input_process_payload()
1229 struct skb_seq_state skbseq; in iptfs_input_ordered()
1971 static struct sk_buff *iptfs_copy_create_frag(struct skb_seq_state *st, u32 offset, u32 copy_len) in iptfs_copy_create_frag()
2007 struct skb_seq_state skbseq; in iptfs_copy_create_frags()
/linux/include/linux/
H A Dskbuff.h1484 struct skb_seq_state { struct
1496 unsigned int to, struct skb_seq_state *st); argument
1498 struct skb_seq_state *st);
1499 void skb_abort_seq_read(struct skb_seq_state *st);
1500 int skb_copy_seq_read(struct skb_seq_state *st, int offset, void *to, int len);
/linux/net/core/
H A Dskbuff.c4417 unsigned int to, struct skb_seq_state *st) in skb_prepare_seq_read()
4454 struct skb_seq_state *st) in skb_seq_read()
4547 void skb_abort_seq_read(struct skb_seq_state *st) in skb_abort_seq_read()
4568 int skb_copy_seq_read(struct skb_seq_state *st, int offset, void *to, int len) in skb_copy_seq_read()
4589 #define TS_SKB_CB(state) ((struct skb_seq_state *) &((state)->cb))
4622 BUILD_BUG_ON(sizeof(struct skb_seq_state) > sizeof(state.cb)); in skb_find_text()
/linux/drivers/scsi/
H A Dlibiscsi_tcp.c905 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()