Searched defs:udp_sock (Results 1 – 2 of 2) sorted by relevance
122502 struct udp_sock { struct122503 struct inet_sock inet;122504 unsigned long udp_flags;122505 int pending;122506 __u8 encap_type;122507 __u16 len;122508 __u16 gso_size;122509 __u16 pcslen;122510 __u16 pcrlen;122511 int (*encap_rcv)(struct sock *, struct sk_buff *);[all …]
130137 struct udp_sock { struct130138 struct inet_sock inet;130139 unsigned long udp_flags;130140 int pending;130141 __u8 encap_type;130142 __u16 len;130143 __u16 gso_size;130144 __u16 pcslen;130145 __u16 pcrlen;130146 int (*encap_rcv)(struct sock *, struct sk_buff *);[all …]