Lines Matching refs:parms
26 struct tcf_pedit_parms __rcu *parms; member
30 #define to_pedit_parms(a) (rcu_dereference(to_pedit(a)->parms))
43 struct tcf_pedit_parms *parms; in tcf_pedit_nkeys() local
47 parms = to_pedit_parms(a); in tcf_pedit_nkeys()
48 nkeys = parms->tcfp_nkeys; in tcf_pedit_nkeys()
57 struct tcf_pedit_parms *parms; in tcf_pedit_htype() local
60 parms = to_pedit_parms(a); in tcf_pedit_htype()
61 if (parms->tcfp_keys_ex) in tcf_pedit_htype()
62 htype = parms->tcfp_keys_ex[index].htype; in tcf_pedit_htype()
70 struct tcf_pedit_parms *parms; in tcf_pedit_cmd() local
74 parms = to_pedit_parms(a); in tcf_pedit_cmd()
75 if (parms->tcfp_keys_ex) in tcf_pedit_cmd()
76 cmd = parms->tcfp_keys_ex[index].cmd; in tcf_pedit_cmd()
84 struct tcf_pedit_parms *parms; in tcf_pedit_mask() local
88 parms = to_pedit_parms(a); in tcf_pedit_mask()
89 mask = parms->tcfp_keys[index].mask; in tcf_pedit_mask()
97 struct tcf_pedit_parms *parms; in tcf_pedit_val() local
101 parms = to_pedit_parms(a); in tcf_pedit_val()
102 val = parms->tcfp_keys[index].val; in tcf_pedit_val()
110 struct tcf_pedit_parms *parms; in tcf_pedit_offset() local
114 parms = to_pedit_parms(a); in tcf_pedit_offset()
115 off = parms->tcfp_keys[index].off; in tcf_pedit_offset()