Home
last modified time | relevance | path

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

/net/ipv6/netfilter/
Dip6t_rt.c39 const struct ipv6_rt_hdr *rh; in rt_mt6() local
56 rh = skb_header_pointer(skb, ptr, sizeof(_route), &_route); in rt_mt6()
57 if (rh == NULL) { in rt_mt6()
62 hdrlen = ipv6_optlen(rh); in rt_mt6()
68 pr_debug("IPv6 RT LEN %u %u ", hdrlen, rh->hdrlen); in rt_mt6()
69 pr_debug("TYPE %04X ", rh->type); in rt_mt6()
70 pr_debug("SGS_LEFT %u %02X\n", rh->segments_left, rh->segments_left); in rt_mt6()
74 rh->segments_left, in rt_mt6()
77 rtinfo->rt_type, rh->type, in rt_mt6()
79 ((rtinfo->rt_type == rh->type) ^ in rt_mt6()
[all …]
/net/dccp/ccids/lib/
Dloss_interval.c135 int tfrc_lh_interval_add(struct tfrc_loss_hist *lh, struct tfrc_rx_hist *rh, in tfrc_lh_interval_add() argument
140 if (cur != NULL && !tfrc_lh_is_new_loss(cur, tfrc_rx_hist_loss_prev(rh))) in tfrc_lh_interval_add()
149 new->li_seqno = tfrc_rx_hist_loss_prev(rh)->tfrchrx_seqno; in tfrc_lh_interval_add()
150 new->li_ccval = tfrc_rx_hist_loss_prev(rh)->tfrchrx_ccval; in tfrc_lh_interval_add()
158 tfrc_rx_hist_last_rcv(rh)->tfrchrx_seqno) + 1; in tfrc_lh_interval_add()
/net/ipv6/
Dexthdrs_core.c224 struct ipv6_rt_hdr _rh, *rh; in ipv6_find_hdr() local
226 rh = skb_header_pointer(skb, start, sizeof(_rh), in ipv6_find_hdr()
228 if (!rh) in ipv6_find_hdr()
232 rh->segments_left == 0) in ipv6_find_hdr()