Searched refs:lp (Results 1 – 6 of 6) sorted by relevance
| /net/ipv4/ |
| A D | tcp_lp.c | 99 struct lp *lp = inet_csk_ca(sk); in tcp_lp_init() argument 123 struct lp *lp = inet_csk_ca(sk); in tcp_lp_cong_avoid() local 140 struct lp *lp = inet_csk_ca(sk); in tcp_lp_remote_hz_estimator() local 194 struct lp *lp = inet_csk_ca(sk); in tcp_lp_owd_calculator() local 229 struct lp *lp = inet_csk_ca(sk); in tcp_lp_rtt_sample() local 274 struct lp *lp = inet_csk_ca(sk); in tcp_lp_pkts_acked() local 287 if (lp->last_drop && (now - lp->last_drop < lp->inference)) in tcp_lp_pkts_acked() 294 lp->owd_min + 15 * (lp->owd_max - lp->owd_min) / 100) in tcp_lp_pkts_acked() 300 tcp_snd_cwnd(tp), lp->remote_hz, lp->owd_min, lp->owd_max, in tcp_lp_pkts_acked() 309 lp->owd_min = lp->sowd >> 3; in tcp_lp_pkts_acked() [all …]
|
| /net/ipv6/netfilter/ |
| A D | ip6t_hbh.c | 56 const u_int8_t *lp = NULL; in hbh_mt6() local 124 lp = skb_header_pointer(skb, ptr + 1, in hbh_mt6() 127 if (lp == NULL) in hbh_mt6() 131 if (spec_len != 0x00FF && spec_len != *lp) { in hbh_mt6() 132 pr_debug("Lbad %02X %04X\n", *lp, in hbh_mt6() 137 optlen = *lp + 2; in hbh_mt6()
|
| /net/sched/ |
| A D | sch_skbprio.c | 76 u16 prio, lp; in skbprio_enqueue() local 101 lp = q->lowest_prio; in skbprio_enqueue() 102 if (prio <= lp) { in skbprio_enqueue() 113 lp_qdisc = &q->qdiscs[lp]; in skbprio_enqueue() 119 q->qstats[lp].backlog -= qdisc_pkt_len(to_drop); in skbprio_enqueue() 120 q->qstats[lp].drops++; in skbprio_enqueue() 121 q->qstats[lp].overlimits++; in skbprio_enqueue()
|
| A D | em_canid.c | 100 const struct can_filter *lp; in em_canid_match() local 105 for (i = 0, lp = cm->rules_raw; in em_canid_match() 106 i < cm->eff_rules_count; i++, lp++) { in em_canid_match() 107 if (!(((lp->can_id ^ can_id) & lp->can_mask))) { in em_canid_match()
|
| /net/core/ |
| A D | gro.c | 99 struct sk_buff *lp; in skb_gro_receive() local 124 lp = NAPI_GRO_CB(p)->last; in skb_gro_receive() 125 pinfo = skb_shinfo(lp); in skb_gro_receive() 210 lp = p; in skb_gro_receive() 217 if (lp != p) { in skb_gro_receive() 218 lp->data_len += len; in skb_gro_receive() 219 lp->truesize += delta_truesize; in skb_gro_receive() 220 lp->len += len; in skb_gro_receive()
|
| /net/sunrpc/ |
| A D | cache.c | 1131 void qword_add(char **bpp, int *lp, char *str) in qword_add() argument 1134 int len = *lp; in qword_add() 1150 *lp = len; in qword_add() 1154 void qword_addhex(char **bpp, int *lp, char *buf, int blen) in qword_addhex() argument 1157 int len = *lp; in qword_addhex() 1177 *lp = len; in qword_addhex()
|
Completed in 13 milliseconds