Searched refs:nn (Results 1 – 4 of 4) sorted by relevance
/net/dccp/ |
D | feat.c | 267 dccp_pr_debug_cat("%llu", (unsigned long long)val->nn); in dccp_feat_printval() 278 fval.nn = dccp_decode_value_var(list, len); in dccp_feat_printvals() 334 val = fval->nn; in __dccp_feat_activate() 525 new->val.nn = 0; /* zeroes the whole structure */ in dccp_feat_push_confirm() 659 dccp_encode_value_var(pos->val.nn, ptr, len); in dccp_feat_insert_opts() 703 dccp_feat_val fval = { .nn = nn_val }; in __feat_register_nn() 779 return entry->val.nn; in dccp_feat_nn_get() 804 dccp_feat_val fval = { .nn = nn_val }; in dccp_feat_signal_nn_change() 820 (unsigned long long)entry->val.nn, in dccp_feat_signal_nn_change() 1115 if (local || len > sizeof(fval.nn)) in dccp_feat_change_recv() [all …]
|
D | feat.h | 51 u64 nn; member
|
/net/netfilter/ |
D | nf_conntrack_helper.c | 423 const struct hlist_nulls_node *nn; in __nf_conntrack_helper_unregister() local 431 hlist_nulls_for_each_entry(h, nn, &pcpu->unconfirmed, hnnode) in __nf_conntrack_helper_unregister() 442 const struct hlist_nulls_node *nn; in nf_conntrack_helper_unregister() local 491 hlist_nulls_for_each_entry(h, nn, &nf_conntrack_hash[i], hnnode) in nf_conntrack_helper_unregister()
|
D | nfnetlink_cttimeout.c | 302 const struct hlist_nulls_node *nn; in ctnl_untimeout() local 311 hlist_nulls_for_each_entry(h, nn, &pcpu->unconfirmed, hnnode) in ctnl_untimeout() 327 hlist_nulls_for_each_entry(h, nn, &nf_conntrack_hash[i], hnnode) in ctnl_untimeout()
|