Lines Matching refs:sockopt_data
127 static int ipfw_flush_sopt_data(struct sockopt_data *sd);
158 struct sockopt_data *sd);
1089 struct sockopt_data *sd) in del_rules()
1120 struct sockopt_data *sd) in move_rules()
1147 struct sockopt_data *sd) in clear_rules()
1249 struct sockopt_data *sd) in manage_sets()
1746 struct sockopt_data *sd) in export_objhash_ntlv()
1764 struct sockopt_data *sd) in export_named_objects()
1781 struct sockopt_data *sd) in dump_named_objects()
1813 struct sockopt_data *sd) in dump_static_rules()
1910 struct sockopt_data *sd) in dump_config()
2355 struct sockopt_data *sd, ipfw_obj_ctlv **prtlv, in parse_rules_v1()
2521 struct sockopt_data *sd) in add_rules()
2560 struct sockopt_data *sd) in dump_soptcodes()
2801 struct sockopt_data *sd; in export_objhash_ntlv_internal()
2804 sd = (struct sockopt_data *)arg; in export_objhash_ntlv_internal()
2821 struct sockopt_data *sd) in dump_srvobjects()
2867 struct sockopt_data *sd) in manage_skiptocache()
3087 ipfw_flush_sopt_data(struct sockopt_data *sd) in ipfw_flush_sopt_data()
3127 ipfw_get_sopt_space(struct sockopt_data *sd, size_t needed) in ipfw_get_sopt_space()
3157 ipfw_get_sopt_header(struct sockopt_data *sd, size_t needed) in ipfw_get_sopt_header()
3180 struct sockopt_data sdata; in ipfw_ctl3()