Searched refs:nn (Results 1 – 3 of 3) 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 | 397 const struct hlist_nulls_node *nn; in __nf_conntrack_helper_unregister() local 417 hlist_nulls_for_each_entry(h, nn, &net->ct.unconfirmed, hnnode) in __nf_conntrack_helper_unregister() 420 hlist_nulls_for_each_entry(h, nn, &net->ct.hash[i], hnnode) in __nf_conntrack_helper_unregister()
|