Home
last modified time | relevance | path

Searched refs:pktsize (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/media/dvb-core/
Ddvb_demux.c523 const int pktsize) in find_next_packet() argument
529 (pktsize == 204 && buf[pos] == 0xB8)) in find_next_packet()
537 int backtrack = pos - pktsize; in find_next_packet()
539 (pktsize == 204 && buf[backtrack] == 0xB8))) in find_next_packet()
548 size_t count, const int pktsize) in _dvb_dmx_swfilter() argument
558 j = pktsize - i; in _dvb_dmx_swfilter()
572 p = find_next_packet(buf, p, count, pktsize); in _dvb_dmx_swfilter()
575 if (count - p < pktsize) in _dvb_dmx_swfilter()
580 if (pktsize == 204 && (*q == 0xB8)) { in _dvb_dmx_swfilter()
586 p += pktsize; in _dvb_dmx_swfilter()
[all …]
/linux-4.19.296/include/net/
Dtcp.h619 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd() argument
635 if (cutoff && pktsize > cutoff) in tcp_bound_to_half_wnd()
638 return pktsize; in tcp_bound_to_half_wnd()