Searched refs:pktsize (Results 1 – 2 of 2) sorted by relevance
523 const int pktsize) in find_next_packet() argument529 (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() argument558 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 …]
619 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd() argument635 if (cutoff && pktsize > cutoff) in tcp_bound_to_half_wnd()638 return pktsize; in tcp_bound_to_half_wnd()