Home
last modified time | relevance | path

Searched refs:n1 (Results 1 – 5 of 5) sorted by relevance

/net/dccp/ccids/lib/
Dpacket_history.c152 static void __do_track_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u64 n1) in __do_track_loss() argument
157 if (!dccp_loss_free(s0, s1, n1)) { /* gap between S0 and S1 */ in __do_track_loss()
159 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n1); in __do_track_loss()
178 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __one_after_loss() local
180 if (dccp_loss_free(s2, s1, n1)) { in __one_after_loss()
228 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __two_after_loss() local
230 if (dccp_loss_free(s3, s1, n1)) { in __two_after_loss()
/net/core/
Dneighbour.c586 struct neighbour *n1, *rc, *n; in ___neigh_create() local
638 for (n1 = rcu_dereference_protected(nht->hash_buckets[hash_val], in ___neigh_create()
640 n1 != NULL; in ___neigh_create()
641 n1 = rcu_dereference_protected(n1->next, in ___neigh_create()
643 if (dev == n1->dev && !memcmp(n1->primary_key, n->primary_key, key_len)) { in ___neigh_create()
645 neigh_hold(n1); in ___neigh_create()
646 rc = n1; in ___neigh_create()
1384 struct neighbour *n2, *n1 = neigh; in __neigh_update() local
1400 n1 = n2; in __neigh_update()
1402 n1->output(n1, skb); in __neigh_update()
/net/bluetooth/
Dsmp.c237 const u8 n1[16], const u8 n2[16], const u8 a1[7], in smp_f5()
254 SMP_DBG("n1 %16phN n2 %16phN", n1, n2); in smp_f5()
267 memcpy(m + 32, n1, 16); in smp_f5()
290 const u8 n1[16], const u8 n2[16], const u8 r[16], in smp_f6()
298 SMP_DBG("n1 %16phN n2 %16phN", n1, n2); in smp_f6()
306 memcpy(m + 49, n1, 16); in smp_f6()
3678 const u8 n1[16] = { in test_f5() local
3695 err = smp_f5(tfm_cmac, w, n1, n2, a1, a2, mackey, ltk); in test_f5()
3713 const u8 n1[16] = { in test_f6() local
3731 err = smp_f6(tfm_cmac, w, n1, n2, r, io_cap, a1, a2, res); in test_f6()
/net/mac80211/
Dtx.c4244 int i, have_bits = 0, n1, n2; in __ieee80211_beacon_add_tim() local
4275 n1 = 0; in __ieee80211_beacon_add_tim()
4278 n1 = i & 0xfe; in __ieee80211_beacon_add_tim()
4282 n2 = n1; in __ieee80211_beacon_add_tim()
4283 for (i = IEEE80211_MAX_TIM_LEN - 1; i >= n1; i--) { in __ieee80211_beacon_add_tim()
4291 *pos++ = n1 | aid0; in __ieee80211_beacon_add_tim()
4293 skb_put(skb, n2 - n1); in __ieee80211_beacon_add_tim()
4294 memcpy(pos, ps->tim + n1, n2 - n1 + 1); in __ieee80211_beacon_add_tim()
4296 tim[1] = n2 - n1 + 4; in __ieee80211_beacon_add_tim()
/net/llc/
Daf_llc.c1113 llc->n1 = opt; in llc_ui_setsockopt()
1191 val = llc->n1; break; in llc_ui_getsockopt()