Searched refs:skb_seq_state (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_iptfs.c | 533 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() 937 struct skb_seq_state *skbseq, in __input_process_payload() 1207 struct skb_seq_state skbseq; in iptfs_input_ordered() 1949 static struct sk_buff *iptfs_copy_create_frag(struct skb_seq_state *st, u32 offset, u32 copy_len) in iptfs_copy_create_frag() 1985 struct skb_seq_state skbseq; in iptfs_copy_create_frags()
|
| /linux-6.15/net/batman-adv/ |
| H A D | main.c | 602 struct skb_seq_state st; in batadv_skb_crc32()
|
| /linux-6.15/include/linux/ |
| H A D | skbuff.h | 1440 struct skb_seq_state { struct 1452 unsigned int to, struct skb_seq_state *st); argument 1454 struct skb_seq_state *st); 1455 void skb_abort_seq_read(struct skb_seq_state *st); 1456 int skb_copy_seq_read(struct skb_seq_state *st, int offset, void *to, int len);
|
| /linux-6.15/net/core/ |
| H A D | skbuff.c | 4292 unsigned int to, struct skb_seq_state *st) in skb_prepare_seq_read() 4329 struct skb_seq_state *st) in skb_seq_read() 4422 void skb_abort_seq_read(struct skb_seq_state *st) in skb_abort_seq_read() 4443 int skb_copy_seq_read(struct skb_seq_state *st, int offset, void *to, int len) in skb_copy_seq_read() 4464 #define TS_SKB_CB(state) ((struct skb_seq_state *) &((state)->cb)) 4497 BUILD_BUG_ON(sizeof(struct skb_seq_state) > sizeof(state.cb)); in skb_find_text()
|
| /linux-6.15/drivers/scsi/ |
| H A D | libiscsi_tcp.c | 911 struct skb_seq_state seq; in iscsi_tcp_recv_skb()
|
| /linux-6.15/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit_target.c | 814 struct skb_seq_state st; in cxgbit_skb_copy_to_sg()
|