Searched refs:mptcp_ext (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | mptcp.h | 21 struct mptcp_ext { struct 87 struct mptcp_ext ext_copy; 191 struct mptcp_ext *from_ext; in mptcp_skb_ext_copy() 201 static inline bool mptcp_ext_matches(const struct mptcp_ext *to_ext, in mptcp_ext_matches() 202 const struct mptcp_ext *from_ext) in mptcp_ext_matches() 209 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()
|
| /linux-6.15/include/trace/events/ |
| H A D | mptcp.h | 67 TP_PROTO(struct mptcp_ext *mpext), 121 TP_PROTO(struct mptcp_ext *mpext), 125 TP_PROTO(struct mptcp_ext *mpext),
|
| /linux-6.15/net/mptcp/ |
| H A D | options.c | 446 struct mptcp_ext *mpext; in mptcp_established_options_mp() 525 struct sk_buff *skb, struct mptcp_ext *ext) in mptcp_write_data_fin() 560 struct mptcp_ext *mpext; in mptcp_established_options_dss() 1125 struct mptcp_ext *mpext; in mptcp_incoming_options() 1337 static __sum16 mptcp_make_csum(const struct mptcp_ext *mpext) in mptcp_make_csum() 1382 struct mptcp_ext *mpext = &opts->ext_copy; in mptcp_write_options() 1650 const struct mptcp_ext *ext = mptcp_get_ext(skb); in mptcp_get_reset_option()
|
| H A D | protocol.h | 1191 static inline struct mptcp_ext *mptcp_get_ext(const struct sk_buff *skb) in mptcp_get_ext() 1193 return (struct mptcp_ext *)skb_ext_find(skb, SKB_EXT_MPTCP); in mptcp_get_ext() 1264 struct mptcp_ext *mpext; in mptcp_check_infinite_map()
|
| H A D | subflow.c | 127 struct mptcp_ext *mpext = skb_ext_add(skb, SKB_EXT_MPTCP); in subflow_add_reset_reason() 307 const struct mptcp_ext *mpext = mptcp_get_ext(skb); in mptcp_get_rst_reason() 1106 struct mptcp_ext *mpext; in get_mapping_status()
|
| H A D | protocol.c | 867 const struct mptcp_ext *mpext) in mptcp_skb_can_collapse_to() 1120 struct mptcp_ext *mpext = mptcp_get_ext(skb); in mptcp_update_data_checksum() 1129 struct mptcp_ext *mpext) in mptcp_update_infinite_map() 1153 struct mptcp_ext *mpext = NULL; in mptcp_sendmsg_frag()
|
| /linux-6.15/net/core/ |
| H A D | skbuff.c | 5029 [SKB_EXT_MPTCP] = SKB_EXT_CHUNKSIZEOF(struct mptcp_ext),
|