Searched refs:mptcp_ext (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/include/net/ |
D | mptcp.h | 20 struct mptcp_ext { struct 86 struct mptcp_ext ext_copy; 152 struct mptcp_ext *from_ext; in mptcp_skb_ext_copy() 162 static inline bool mptcp_ext_matches(const struct mptcp_ext *to_ext, in mptcp_ext_matches() 163 const struct mptcp_ext *from_ext) in mptcp_ext_matches() 170 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()
|
/linux-6.1.9/include/trace/events/ |
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.1.9/net/mptcp/ |
D | options.c | 445 struct mptcp_ext *mpext; in mptcp_established_options_mp() 524 struct sk_buff *skb, struct mptcp_ext *ext) in mptcp_write_data_fin() 560 struct mptcp_ext *mpext; in mptcp_established_options_dss() 1102 struct mptcp_ext *mpext; in mptcp_incoming_options() 1305 static __sum16 mptcp_make_csum(const struct mptcp_ext *mpext) in mptcp_make_csum() 1350 struct mptcp_ext *mpext = &opts->ext_copy; in mptcp_write_options() 1619 const struct mptcp_ext *ext = mptcp_get_ext(skb); in mptcp_get_reset_option()
|
D | protocol.h | 923 static inline struct mptcp_ext *mptcp_get_ext(const struct sk_buff *skb) in mptcp_get_ext() 925 return (struct mptcp_ext *)skb_ext_find(skb, SKB_EXT_MPTCP); in mptcp_get_ext() 977 struct mptcp_ext *mpext; in mptcp_check_infinite_map()
|
D | protocol.c | 949 const struct mptcp_ext *mpext) in mptcp_skb_can_collapse_to() 1204 struct mptcp_ext *mpext = mptcp_get_ext(skb); in mptcp_update_data_checksum() 1213 struct mptcp_ext *mpext) in mptcp_update_infinite_map() 1235 struct mptcp_ext *mpext = NULL; in mptcp_sendmsg_frag()
|
D | subflow.c | 125 struct mptcp_ext *mpext = skb_ext_add(skb, SKB_EXT_MPTCP); in subflow_add_reset_reason() 984 struct mptcp_ext *mpext; in get_mapping_status()
|
/linux-6.1.9/net/core/ |
D | skbuff.c | 4477 [SKB_EXT_MPTCP] = SKB_EXT_CHUNKSIZEOF(struct mptcp_ext),
|