Home
last modified time | relevance | path

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

/net/dccp/ccids/lib/
Dpacket_history.c167 static void __do_track_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u64 n1) in __do_track_loss() argument
172 if (!dccp_loss_free(s0, s1, n1)) { /* gap between S0 and S1 */ in __do_track_loss()
174 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n1); in __do_track_loss()
193 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __one_after_loss() local
195 if (dccp_loss_free(s2, s1, n1)) { in __one_after_loss()
243 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __two_after_loss() local
245 if (dccp_loss_free(s3, s1, n1)) { in __two_after_loss()
/net/core/
Dneighbour.c457 struct neighbour *n1, *rc, *n = neigh_alloc(tbl, dev); in __neigh_create() local
506 for (n1 = rcu_dereference_protected(nht->hash_buckets[hash_val], in __neigh_create()
508 n1 != NULL; in __neigh_create()
509 n1 = rcu_dereference_protected(n1->next, in __neigh_create()
511 if (dev == n1->dev && !memcmp(n1->primary_key, n->primary_key, key_len)) { in __neigh_create()
513 neigh_hold(n1); in __neigh_create()
514 rc = n1; in __neigh_create()
1209 struct neighbour *n2, *n1 = neigh; in neigh_update() local
1225 n1 = n2; in neigh_update()
1227 n1->output(n1, skb); in neigh_update()
/net/bluetooth/
Dsmp.c239 const u8 n1[16], const u8 n2[16], const u8 a1[7], in smp_f5()
256 SMP_DBG("n1 %16phN n2 %16phN", n1, n2); in smp_f5()
269 memcpy(m + 32, n1, 16); in smp_f5()
292 const u8 n1[16], const u8 n2[16], const u8 r[16], in smp_f6()
300 SMP_DBG("n1 %16phN n2 %16phN", n1, n2); in smp_f6()
308 memcpy(m + 49, n1, 16); in smp_f6()
3556 const u8 n1[16] = { in test_f5() local
3573 err = smp_f5(tfm_cmac, w, n1, n2, a1, a2, mackey, ltk); in test_f5()
3591 const u8 n1[16] = { in test_f6() local
3609 err = smp_f6(tfm_cmac, w, n1, n2, r, io_cap, a1, a2, res); in test_f6()
/net/mac80211/
Dtx.c3735 int i, have_bits = 0, n1, n2; in __ieee80211_beacon_add_tim() local
3766 n1 = 0; in __ieee80211_beacon_add_tim()
3769 n1 = i & 0xfe; in __ieee80211_beacon_add_tim()
3773 n2 = n1; in __ieee80211_beacon_add_tim()
3774 for (i = IEEE80211_MAX_TIM_LEN - 1; i >= n1; i--) { in __ieee80211_beacon_add_tim()
3782 *pos++ = n1 | aid0; in __ieee80211_beacon_add_tim()
3784 skb_put(skb, n2 - n1); in __ieee80211_beacon_add_tim()
3785 memcpy(pos, ps->tim + n1, n2 - n1 + 1); in __ieee80211_beacon_add_tim()
3787 tim[1] = n2 - n1 + 4; in __ieee80211_beacon_add_tim()
/net/llc/
Daf_llc.c1068 llc->n1 = opt; in llc_ui_setsockopt()
1146 val = llc->n1; break; in llc_ui_getsockopt()