Home
last modified time | relevance | path

Searched refs:UDPLITE_SEND_CC (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dudplite.h80 if (up->pcflag & UDPLITE_SEND_CC) { in udplite_csum_outgoing()
123 if ((up->pcflag & UDPLITE_SEND_CC) && up->pcslen < len) { in udplite_csum()
/OK3568_Linux_fs/kernel/include/linux/
H A Dudp.h70 #define UDPLITE_SEND_CC 0x2 /* set via udplite setsockopt */ macro
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp.c2694 up->pcflag |= UDPLITE_SEND_CC; in udp_lib_setsockopt()