Lines Matching defs:sk
41 static int dccp_hdlr_ccid(struct sock *sk, u64 ccid, bool rx) in dccp_hdlr_ccid()
59 static int dccp_hdlr_seq_win(struct sock *sk, u64 seq_win, bool rx) in dccp_hdlr_seq_win()
75 static int dccp_hdlr_ack_ratio(struct sock *sk, u64 ratio, bool rx) in dccp_hdlr_ack_ratio()
84 static int dccp_hdlr_ackvec(struct sock *sk, u64 enable, bool rx) in dccp_hdlr_ackvec()
101 static int dccp_hdlr_ndp(struct sock *sk, u64 enable, bool rx) in dccp_hdlr_ndp()
117 static int dccp_hdlr_min_cscov(struct sock *sk, u64 cscov, bool rx) in dccp_hdlr_min_cscov()
308 static int __dccp_feat_activate(struct sock *sk, const int idx, in __dccp_feat_activate()
356 static int dccp_feat_activate(struct sock *sk, u8 feat_num, bool local, in dccp_feat_activate()
752 int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local, in dccp_feat_register_sp()
771 u64 dccp_feat_nn_get(struct sock *sk, u8 feat) in dccp_feat_nn_get()
801 int dccp_feat_signal_nn_change(struct sock *sk, u8 feat, u64 nn_val) in dccp_feat_signal_nn_change()
1305 static u8 dccp_feat_handle_nn_established(struct sock *sk, u8 mandatory, u8 opt, in dccp_feat_handle_nn_established()
1394 int dccp_feat_parse_options(struct sock *sk, struct dccp_request_sock *dreq, in dccp_feat_parse_options()
1440 int dccp_feat_init(struct sock *sk) in dccp_feat_init()
1494 int dccp_feat_activate_values(struct sock *sk, struct list_head *fn_list) in dccp_feat_activate_values()