pcflag 70 include/linux/udp.h __u8 pcflag; /* marks socket as UDP-Lite if > 0 */ pcflag 31 include/net/udplite.h udp_sk(sk)->pcflag = UDPLITE_BIT; pcflag 80 include/net/udplite.h if (up->pcflag & UDPLITE_SEND_CC) { pcflag 123 include/net/udplite.h if ((up->pcflag & UDPLITE_SEND_CC) && up->pcslen < len) { pcflag 2610 net/ipv4/udp.c up->pcflag |= UDPLITE_SEND_CC; pcflag 2624 net/ipv4/udp.c up->pcflag |= UDPLITE_RECV_CC;