Searched refs:type (Results 701 - 725 of 13878) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/
H A Dgm107.c54 gm107_nvdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
57 return nvkm_nvdec_new_(gm107_nvdec_fwif, device, type, inst, 0, pnvdec);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Dr535.c32 struct nvkm_device *device, enum nvkm_subdev_type type, int inst, u32 addr,
45 ret = nvkm_vfn_new_(rm, device, type, inst, addr, pvfn);
31 r535_vfn_new(const struct nvkm_vfn_func *hw, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, u32 addr, struct nvkm_vfn **pvfn) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgp100.c54 gp100_therm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
60 return nvkm_therm_new_(&gp100_therm, device, type, inst, ptherm);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dad102.c53 ad102_gsp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
56 return nvkm_gsp_new_(ad102_gsps, device, type, inst, pgsp);
H A Dgv100.c55 gv100_gsp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
58 return nvkm_gsp_new_(gv100_gsps, device, type, inst, pgsp);
H A Dtu116.c53 tu116_gsp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
56 return nvkm_gsp_new_(tu116_gsps, device, type, inst, pgsp);
H A Dbase.c25 nvkm_gsp_intr_nonstall(struct nvkm_gsp *gsp, enum nvkm_subdev_type type, int inst) argument
28 if (gsp->intr[i].type == type && gsp->intr[i].inst == inst)
36 nvkm_gsp_intr_stall(struct nvkm_gsp *gsp, enum nvkm_subdev_type type, int inst) argument
39 if (gsp->intr[i].type == type && gsp->intr[i].inst == inst) {
105 enum nvkm_subdev_type type, int inst, struct nvkm_gsp **pgsp)
112 nvkm_subdev_ctor(&nvkm_gsp, device, type, inst, &gsp->subdev);
104 nvkm_gsp_new_(const struct nvkm_gsp_fwif *fwif, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gsp **pgsp) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dad102.c45 ad102_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
49 return r535_disp_new(&ad102_disp, device, type, inst, pdisp);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dgm200.c46 gm200_i2c_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
52 return nvkm_i2c_new_(&gm200_i2c, device, type, inst, pi2c);
/linux-master/include/linux/
H A Dplist.h139 * @pos: the type * to use as a loop counter
147 * @pos: the type * to use as a loop cursor
156 * plist_for_each_safe - iterate safely over a plist of given type
157 * @pos: the type * to use as a loop counter
158 * @n: another type * to use as temporary storage
161 * Iterate over a plist of given type, safe against removal of list entry.
167 * plist_for_each_entry - iterate over list of given type
168 * @pos: the type * to use as a loop counter
176 * plist_for_each_entry_continue - continue iteration over list of given type
177 * @pos: the type * t
[all...]
H A Dbpf_crypto.h21 int bpf_crypto_register_type(const struct bpf_crypto_type *type);
22 int bpf_crypto_unregister_type(const struct bpf_crypto_type *type);
/linux-master/fs/btrfs/
H A Dacl.c18 struct posix_acl *btrfs_get_acl(struct inode *inode, int type, bool rcu) argument
28 switch (type) {
58 struct posix_acl *acl, int type)
64 switch (type) {
107 set_cached_acl(inode, type, acl);
113 struct posix_acl *acl, int type)
119 if (type == ACL_TYPE_ACCESS && acl) {
125 ret = __btrfs_set_acl(NULL, inode, acl, type);
57 __btrfs_set_acl(struct btrfs_trans_handle *trans, struct inode *inode, struct posix_acl *acl, int type) argument
112 btrfs_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, struct posix_acl *acl, int type) argument
/linux-master/fs/smb/server/
H A Dglob.h39 #define ksmbd_debug(type, fmt, ...) \
41 if (ksmbd_debug_types & KSMBD_DEBUG_##type) \
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dr535.c33 struct nvkm_device *device, enum nvkm_subdev_type type, int inst,
46 ret = nv50_devinit_new_(rm, device, type, inst, pdevinit);
32 r535_devinit_new(const struct nvkm_devinit_func *hw, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_devinit **pdevinit) argument
/linux-master/tools/testing/selftests/net/
H A Dsample_map_ret0.bpf.c6 __uint(type, BPF_MAP_TYPE_HASH);
13 __uint(type, BPF_MAP_TYPE_ARRAY);
/linux-master/arch/x86/events/intel/
H A Duncore.c351 static struct intel_uncore_box *uncore_alloc_box(struct intel_uncore_type *type, argument
354 int i, size, numshared = type->num_shared_regs ;
396 max_count = box->pmu->type->num_counters;
397 if (box->pmu->type->fixed_ctl)
430 struct intel_uncore_type *type = box->pmu->type; local
433 if (type->ops->get_constraint) {
434 c = type->ops->get_constraint(box, event);
442 if (type->constraints) {
443 for_each_event_constraint(c, type
861 uncore_get_box_id(struct intel_uncore_type *type, struct intel_uncore_pmu *pmu) argument
869 struct intel_uncore_type *type = pmu->type; local
881 struct intel_uncore_type *type = pmu->type; local
957 uncore_type_exit(struct intel_uncore_type *type) argument
987 uncore_type_init(struct intel_uncore_type *type, bool setid) argument
1080 struct intel_uncore_type *type; local
1112 struct intel_uncore_type *type; local
1143 uncore_pci_pmu_register(struct pci_dev *pdev, struct intel_uncore_type *type, struct intel_uncore_pmu *pmu, int die) argument
1188 struct intel_uncore_type *type; local
1315 struct intel_uncore_type *type; local
1371 struct intel_uncore_type *type; local
1457 uncore_change_type_ctx(struct intel_uncore_type *type, int old_cpu, int new_cpu) argument
1496 struct intel_uncore_type *type; local
1544 struct intel_uncore_type *type; local
1582 struct intel_uncore_type *type; local
1631 type_pmu_register(struct intel_uncore_type *type) argument
[all...]
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_enc.c37 .type = MFC_FMT_RAW,
44 .type = MFC_FMT_RAW,
51 .type = MFC_FMT_RAW,
58 .type = MFC_FMT_RAW,
65 .type = MFC_FMT_RAW,
72 .type = MFC_FMT_RAW,
79 .type = MFC_FMT_ENC,
86 .type = MFC_FMT_ENC,
93 .type = MFC_FMT_ENC,
100 .type
1698 vidioc_streamon(struct file *file, void *priv, enum v4l2_buf_type type) argument
1711 vidioc_streamoff(struct file *file, void *priv, enum v4l2_buf_type type) argument
[all...]
/linux-master/drivers/media/tuners/
H A Dtuner-types.c4 * i2c tv tuner chip device type database.
72 .type = TUNER_PARAM_TYPE_PAL,
88 .type = TUNER_PARAM_TYPE_PAL,
104 .type = TUNER_PARAM_TYPE_NTSC,
121 .type = TUNER_PARAM_TYPE_SECAM,
138 .type = TUNER_PARAM_TYPE_PAL,
155 .type = TUNER_PARAM_TYPE_NTSC,
171 .type = TUNER_PARAM_TYPE_PAL,
187 .type = TUNER_PARAM_TYPE_NTSC,
203 .type
[all...]
/linux-master/kernel/
H A Ducount.c230 enum ucount_type type)
238 max = READ_ONCE(tns->ucount_max[type]);
239 if (!atomic_long_inc_below(&iter->ucount[type], max))
246 atomic_long_dec(&iter->ucount[type]);
252 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) argument
256 long dec = atomic_long_dec_if_positive(&iter->ucount[type]);
262 long inc_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) argument
269 long new = atomic_long_add_return(v, &iter->rlimit[type]);
274 max = get_userns_rlimit_max(iter->ns, type);
279 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, lon argument
229 inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type) argument
292 do_dec_rlimit_put_ucounts(struct ucounts *ucounts, struct ucounts *last, enum rlimit_type type) argument
305 dec_rlimit_put_ucounts(struct ucounts *ucounts, enum rlimit_type type) argument
310 inc_rlimit_get_ucounts(struct ucounts *ucounts, enum rlimit_type type) argument
342 is_rlimit_overlimit(struct ucounts *ucounts, enum rlimit_type type, unsigned long rlimit) argument
[all...]
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dmcdi_mon.c105 unsigned int type, state, value; local
109 type = EFX_QWORD_FIELD(*ev, MCDI_EVENT_SENSOREVT_MONITOR);
115 if (type < ARRAY_SIZE(efx_mcdi_sensor_type)) {
116 name = efx_mcdi_sensor_type[type].label;
117 hwmon_type = efx_mcdi_sensor_type[type].hwmon_type;
130 type, name, state_txt, value, unit);
138 unsigned int type; member in struct:efx_mcdi_mon_attribute
275 efx_mcdi_sensor_type[mon_attr->type].label);
282 unsigned int index, unsigned int type,
290 attr->type
279 efx_mcdi_mon_add_attr(struct efx_nic *efx, const char *name, ssize_t (*reader)(struct device *, struct device_attribute *, char *), unsigned int index, unsigned int type, unsigned int limit_value) argument
313 int rc, i, j, type; local
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi_mon.c105 unsigned int type, state, value; local
109 type = EFX_QWORD_FIELD(*ev, MCDI_EVENT_SENSOREVT_MONITOR);
115 if (type < ARRAY_SIZE(efx_mcdi_sensor_type)) {
116 name = efx_mcdi_sensor_type[type].label;
117 hwmon_type = efx_mcdi_sensor_type[type].hwmon_type;
130 type, name, state_txt, value, unit);
138 unsigned int type; member in struct:efx_mcdi_mon_attribute
275 efx_mcdi_sensor_type[mon_attr->type].label);
282 unsigned int index, unsigned int type,
290 attr->type
279 efx_mcdi_mon_add_attr(struct efx_nic *efx, const char *name, ssize_t (*reader)(struct device *, struct device_attribute *, char *), unsigned int index, unsigned int type, unsigned int limit_value) argument
313 int rc, i, j, type; local
[all...]
/linux-master/tools/lib/subcmd/
H A Dparse-options.h55 * `type`::
56 * holds the type of the option, you must have an OPTION_END last in your
98 enum parse_opt_type type; member in struct:option
114 #define check_vtype(v, type) ( BUILD_BUG_ON_ZERO(!__builtin_types_compatible_p(typeof(v), type)) + v )
116 #define OPT_END() { .type = OPTION_END }
117 #define OPT_PARENT(p) { .type = OPTION_END, .parent = (p) }
118 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) }
119 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) }
120 #define OPT_BIT(s, l, v, h, b) { .type
[all...]
/linux-master/drivers/irqchip/
H A Dirq-meson-gpio.c57 unsigned int type, u32 *channel_hwirq);
59 unsigned int type, u32 *channel_hwirq);
66 unsigned int type, u32 *channel_hwirq);
80 #define INIT_MESON_COMMON(irqs, init, sel, type) \
85 .gpio_irq_set_type = type, \
300 unsigned int type, u32 *channel_hwirq)
316 type &= IRQ_TYPE_SENSE_MASK;
322 if (type == IRQ_TYPE_EDGE_BOTH) {
328 if (type & (IRQ_TYPE_EDGE_RISING | IRQ_TYPE_EDGE_FALLING))
331 if (type
299 meson8_gpio_irq_set_type(struct meson_gpio_irq_controller *ctl, unsigned int type, u32 *channel_hwirq) argument
356 meson_s4_gpio_irq_set_type(struct meson_gpio_irq_controller *ctl, unsigned int type, u32 *channel_hwirq) argument
386 meson_gpio_irq_type_output(unsigned int type) argument
404 meson_gpio_irq_set_type(struct irq_data *data, unsigned int type) argument
431 meson_gpio_irq_domain_translate(struct irq_domain *domain, struct irq_fwspec *fwspec, unsigned long *hwirq, unsigned int *type) argument
445 meson_gpio_irq_allocate_gic_irq(struct irq_domain *domain, unsigned int virq, u32 hwirq, unsigned int type) argument
470 unsigned int type; local
[all...]
/linux-master/fs/ocfs2/
H A Dquota_local.c160 static int ocfs2_local_check_quota_file(struct super_block *sb, int type) argument
169 struct inode *linode = sb_dqopt(sb)->files[type];
178 mlog(ML_ERROR, "failed to read quota file header (type=%d)\n",
179 type);
183 if (le32_to_cpu(dqhead->dqh_magic) != lmagics[type]) {
185 " type=%d\n", le32_to_cpu(dqhead->dqh_magic),
186 lmagics[type], type);
189 if (le32_to_cpu(dqhead->dqh_version) != lversions[type]) {
191 " type
330 int type; local
338 ocfs2_recovery_load_quota(struct inode *lqinode, struct ocfs2_local_disk_dqinfo *ldinfo, int type, struct list_head *head) argument
372 int type; local
397 int type; local
458 ocfs2_recover_local_quota_file(struct inode *lqinode, int type, struct ocfs2_quota_recovery *rec) argument
595 int type; local
686 ocfs2_local_read_info(struct super_block *sb, int type) argument
792 ocfs2_local_write_info(struct super_block *sb, int type) argument
810 ocfs2_local_free_info(struct super_block *sb, int type) argument
918 ocfs2_find_free_entry(struct super_block *sb, int type, int *offset) argument
960 ocfs2_local_quota_add_chunk( struct super_block *sb, int type, int *offset) argument
1091 ocfs2_extend_local_quota_file( struct super_block *sb, int type, int *offset) argument
1219 int type = dquot->dq_id.type; local
1277 int type = dquot->dq_id.type; local
[all...]
/linux-master/net/sctp/
H A Dsm_statefuns.c74 const union sctp_subtype type,
81 const union sctp_subtype type,
88 const union sctp_subtype type,
95 const union sctp_subtype type,
120 const union sctp_subtype type,
128 const union sctp_subtype type,
136 const union sctp_subtype type,
144 const union sctp_subtype type,
156 const union sctp_subtype type,
163 const union sctp_subtype type, voi
232 sctp_sf_do_4_C(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
317 sctp_sf_do_5_1B_init(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
517 sctp_sf_do_5_1C_ack(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
699 sctp_sf_do_5_1D_ce(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
920 sctp_sf_do_5_1E_ca(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
1013 sctp_sf_heartbeat( const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
1039 sctp_sf_sendbeat_8_3(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
1087 sctp_sf_send_reconf(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
1116 sctp_sf_send_probe(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
1164 sctp_sf_beat_8_3(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
1238 sctp_sf_backbeat_8_3(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
1511 sctp_sf_do_unexpected_init( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
1730 sctp_sf_do_5_2_1_siminit( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
1785 sctp_sf_do_5_2_2_dupinit( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
1809 sctp_sf_do_5_2_3_initack( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
2197 sctp_sf_do_5_2_4_dupcook( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
2324 sctp_sf_shutdown_pending_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
2370 sctp_sf_shutdown_sent_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
2424 sctp_sf_shutdown_ack_sent_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
2452 sctp_sf_cookie_echoed_err( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
2517 sctp_sf_do_5_2_6_stale( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
2640 sctp_sf_do_9_1_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
2681 __sctp_sf_do_9_1_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
2712 sctp_sf_cookie_wait_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
2752 sctp_sf_cookie_wait_icmp_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
2768 sctp_sf_cookie_echoed_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
2842 sctp_sf_do_9_2_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
2932 sctp_sf_do_9_2_shut_ctsn( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
2987 __sctp_sf_do_9_2_reshutack(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
3025 sctp_sf_do_9_2_reshutack(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
3069 sctp_sf_do_ecn_cwr(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
3125 sctp_sf_do_ecne(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
3181 sctp_sf_eat_data_6_2(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
3301 sctp_sf_eat_data_fast_4_4( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
3393 sctp_sf_eat_sack_6_2(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
3469 sctp_sf_tabort_8_4_8( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
3516 sctp_sf_new_encap_port( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
3559 sctp_sf_operr_notify(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
3597 sctp_sf_do_9_2_final(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
3680 sctp_sf_ootb(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
3775 sctp_sf_shut_8_4_5( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
3832 sctp_sf_do_8_5_1_E_sa(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
3860 sctp_sf_do_asconf(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
3973 sctp_send_next_asconf( struct net *net, const struct sctp_endpoint *ep, struct sctp_association *asoc, const union sctp_subtype type, struct sctp_cmd_seq *commands) argument
4001 sctp_sf_do_asconf_ack(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
4116 sctp_sf_do_reconf(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
4193 sctp_sf_eat_fwd_tsn(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
4259 sctp_sf_eat_fwd_tsn_fast( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
4422 sctp_sf_eat_auth(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
4518 sctp_sf_unk_chunk(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
4598 sctp_sf_discard_chunk(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
4641 sctp_sf_pdiscard(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
4668 sctp_sf_violation(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
4808 sctp_sf_violation_chunklen( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
4828 sctp_sf_violation_paramlen( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, void *ext, struct sctp_cmd_seq *commands) argument
4871 sctp_sf_violation_ctsn( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
4891 sctp_sf_violation_chunk( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
4964 sctp_sf_do_prm_asoc(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5076 sctp_sf_do_prm_send(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5115 sctp_sf_do_9_2_prm_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5172 sctp_sf_do_9_1_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5210 sctp_sf_error_closed(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5224 sctp_sf_error_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5251 sctp_sf_cookie_wait_prm_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5286 sctp_sf_cookie_echoed_prm_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5314 sctp_sf_cookie_wait_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5363 sctp_sf_cookie_echoed_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5389 sctp_sf_shutdown_pending_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5416 sctp_sf_shutdown_sent_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5447 sctp_sf_shutdown_ack_sent_prm_abort( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5483 sctp_sf_do_prm_requestheartbeat( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5516 sctp_sf_do_prm_asconf(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5533 sctp_sf_do_prm_reconf(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5551 sctp_sf_ignore_primitive( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5575 sctp_sf_do_no_pending_tsn( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5607 sctp_sf_do_9_2_start_shutdown( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5677 sctp_sf_do_9_2_shutdown_ack( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5751 sctp_sf_ignore_other(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5779 sctp_sf_do_6_3_3_rtx(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5867 sctp_sf_do_6_2_sack(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5898 sctp_sf_t1_init_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
5963 sctp_sf_t1_cookie_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
6014 sctp_sf_t2_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
6085 sctp_sf_t4_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
6157 sctp_sf_t5_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
6194 sctp_sf_autoclose_timer_expire( struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
6238 sctp_sf_not_impl(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
6255 sctp_sf_bug(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
6275 sctp_sf_timer_ignore(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const union sctp_subtype type, void *arg, struct sctp_cmd_seq *commands) argument
[all...]

Completed in 483 milliseconds

<<21222324252627282930>>