Searched refs:bpf_mptcp_sock_from_subflow (Results 1 – 3 of 3) sorted by relevance
15 struct mptcp_sock *bpf_mptcp_sock_from_subflow(struct sock *sk) in bpf_mptcp_sock_from_subflow() function
331 struct mptcp_sock *bpf_mptcp_sock_from_subflow(struct sock *sk);333 static inline struct mptcp_sock *bpf_mptcp_sock_from_subflow(struct sock *sk) { return NULL; }342 static inline struct mptcp_sock *bpf_mptcp_sock_from_subflow(struct sock *sk) { return NULL; } bpf_mptcp_sock_from_subflow() function
11938 return (unsigned long)bpf_mptcp_sock_from_subflow(sk); in BPF_CALL_1()