Home
last modified time | relevance | path

Searched refs:mandatory (Results 1 – 2 of 2) sorted by relevance

/net/dccp/
Dfeat.c291 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ argument
294 dccp_pr_debug_cat(") %s\n", mandatory ? "!" : ""); } while (0)
304 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument
485 u8 mandatory, dccp_feat_val *fval) in dccp_feat_push_change() argument
498 new->needs_mandatory = mandatory; in dccp_feat_push_change()
701 u8 mandatory, u64 nn_val) in __feat_register_nn() argument
713 return dccp_feat_push_change(fn, feat, 1, mandatory, &fval); in __feat_register_nn()
726 u8 mandatory, u8 const *sp_val, u8 sp_len) in __feat_register_sp() argument
741 return dccp_feat_push_change(fn, feat, is_local, mandatory, &fval); in __feat_register_sp()
1305 static u8 dccp_feat_handle_nn_established(struct sock *sk, u8 mandatory, u8 opt, in dccp_feat_handle_nn_established() argument
[all …]
Doptions.c67 int mandatory = 0; in dccp_parse_options() local
110 if (mandatory) in dccp_parse_options()
113 mandatory = 1; in dccp_parse_options()
128 rc = dccp_feat_parse_options(sk, dreq, mandatory, opt, in dccp_parse_options()
244 mandatory = 0; in dccp_parse_options()
248 if (mandatory) in dccp_parse_options()