udp.h (cdd38c5f1ce4398ec58fec95904b75824daab7b5) udp.h (887596095ec2a9ea39ffcf98f27bf2e77c5eb512)
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * INET An implementation of the TCP/IP protocol suite for the LINUX
4 * operating system. INET is implemented using the BSD Socket
5 * interface as the means of communication with the user level.
6 *
7 * Definitions for the UDP module.
8 *

--- 501 unchanged lines hidden (view full) ---

510 kfree_skb(skb);
511 return NULL;
512 }
513
514 consume_skb(skb);
515 return segs;
516}
517
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * INET An implementation of the TCP/IP protocol suite for the LINUX
4 * operating system. INET is implemented using the BSD Socket
5 * interface as the means of communication with the user level.
6 *
7 * Definitions for the UDP module.
8 *

--- 501 unchanged lines hidden (view full) ---

510 kfree_skb(skb);
511 return NULL;
512 }
513
514 consume_skb(skb);
515 return segs;
516}
517
518#ifdef CONFIG_BPF_STREAM_PARSER
518#ifdef CONFIG_BPF_SYSCALL
519struct sk_psock;
520struct proto *udp_bpf_get_proto(struct sock *sk, struct sk_psock *psock);
519struct sk_psock;
520struct proto *udp_bpf_get_proto(struct sock *sk, struct sk_psock *psock);
521#endif /* BPF_STREAM_PARSER */
521#endif
522
523#endif /* _UDP_H */
522
523#endif /* _UDP_H */