Home
last modified time | relevance | path

Searched refs:func (Results 1 – 25 of 78) sorted by relevance

1234

/net/sched/
A Dbpf_qdisc.c274 BTF_ID_FLAGS(func, bpf_skb_get_hash, KF_TRUSTED_ARGS)
275 BTF_ID_FLAGS(func, bpf_kfree_skb, KF_RELEASE)
276 BTF_ID_FLAGS(func, bpf_qdisc_skb_drop, KF_RELEASE)
277 BTF_ID_FLAGS(func, bpf_dynptr_from_skb, KF_TRUSTED_ARGS)
285 BTF_ID(func, bpf_skb_get_hash)
286 BTF_ID(func, bpf_kfree_skb)
287 BTF_ID(func, bpf_dynptr_from_skb)
291 BTF_ID(func, bpf_qdisc_skb_drop)
292 BTF_ID(func, bpf_qdisc_watchdog_schedule)
296 BTF_ID(func, bpf_qdisc_watchdog_schedule)
[all …]
/net/rds/
A Dinfo.c73 void rds_info_register_func(int optname, rds_info_func func) in rds_info_register_func() argument
81 rds_info_funcs[offset] = func; in rds_info_register_func()
86 void rds_info_deregister_func(int optname, rds_info_func func) in rds_info_deregister_func() argument
93 BUG_ON(rds_info_funcs[offset] != func); in rds_info_deregister_func()
165 rds_info_func func; in rds_info_getsockopt() local
208 func = rds_info_funcs[optname - RDS_INFO_FIRST]; in rds_info_getsockopt()
209 if (!func) { in rds_info_getsockopt()
218 func(sock, len, &iter, &lens); in rds_info_getsockopt()
A Dinfo.h22 void rds_info_register_func(int optname, rds_info_func func);
23 void rds_info_deregister_func(int optname, rds_info_func func);
/net/netfilter/
A Dnf_conntrack_bpf.c513 BTF_ID_FLAGS(func, bpf_xdp_ct_alloc, KF_ACQUIRE | KF_RET_NULL)
514 BTF_ID_FLAGS(func, bpf_xdp_ct_lookup, KF_ACQUIRE | KF_RET_NULL)
515 BTF_ID_FLAGS(func, bpf_skb_ct_alloc, KF_ACQUIRE | KF_RET_NULL)
516 BTF_ID_FLAGS(func, bpf_skb_ct_lookup, KF_ACQUIRE | KF_RET_NULL)
517 BTF_ID_FLAGS(func, bpf_ct_insert_entry, KF_ACQUIRE | KF_RET_NULL | KF_RELEASE)
518 BTF_ID_FLAGS(func, bpf_ct_release, KF_RELEASE)
519 BTF_ID_FLAGS(func, bpf_ct_set_timeout, KF_TRUSTED_ARGS)
520 BTF_ID_FLAGS(func, bpf_ct_change_timeout, KF_TRUSTED_ARGS)
521 BTF_ID_FLAGS(func, bpf_ct_set_status, KF_TRUSTED_ARGS)
522 BTF_ID_FLAGS(func, bpf_ct_change_status, KF_TRUSTED_ARGS)
/net/core/
A Dfilter.c1896 .func = bpf_sk_fullsock,
1923 .func = sk_skb_pull_data,
2055 .func = bpf_csum_diff,
2079 .func = bpf_csum_update,
2113 .func = bpf_csum_level,
3192 .func = bpf_set_hash,
5919 .func = bpf_bind,
7069 .func = bpf_sk_release,
7356 .func = bpf_tcp_sock,
7614 .func = bpf_sk_assign,
[all …]
A Dbpf_sk_storage.c329 .func = bpf_sk_storage_get,
339 .func = bpf_sk_storage_get,
349 .func = bpf_sk_storage_delete,
404 .func = bpf_sk_storage_get_tracing,
416 .func = bpf_sk_storage_delete_tracing,
/net/ipv4/
A Dtcp_dctcp.c275 BTF_ID_FLAGS(func, dctcp_init)
276 BTF_ID_FLAGS(func, dctcp_update_alpha)
277 BTF_ID_FLAGS(func, dctcp_cwnd_event)
278 BTF_ID_FLAGS(func, dctcp_ssthresh)
279 BTF_ID_FLAGS(func, dctcp_cwnd_undo)
280 BTF_ID_FLAGS(func, dctcp_state)
A Dbpf_tcp_ca.c129 .func = bpf_tcp_send_ack,
192 BTF_ID_FLAGS(func, tcp_reno_ssthresh)
193 BTF_ID_FLAGS(func, tcp_reno_cong_avoid)
194 BTF_ID_FLAGS(func, tcp_reno_undo_cwnd)
195 BTF_ID_FLAGS(func, tcp_slow_start)
196 BTF_ID_FLAGS(func, tcp_cong_avoid_ai)
A Dtcp_cubic.c491 BTF_ID_FLAGS(func, cubictcp_init)
492 BTF_ID_FLAGS(func, cubictcp_recalc_ssthresh)
493 BTF_ID_FLAGS(func, cubictcp_cong_avoid)
494 BTF_ID_FLAGS(func, cubictcp_state)
495 BTF_ID_FLAGS(func, cubictcp_cwnd_event)
496 BTF_ID_FLAGS(func, cubictcp_acked)
A Dfou_bpf.c104 BTF_ID_FLAGS(func, bpf_skb_set_fou_encap)
105 BTF_ID_FLAGS(func, bpf_skb_get_fou_encap)
A Dtcp_bbr.c1159 BTF_ID_FLAGS(func, bbr_init)
1160 BTF_ID_FLAGS(func, bbr_main)
1161 BTF_ID_FLAGS(func, bbr_sndbuf_expand)
1162 BTF_ID_FLAGS(func, bbr_undo_cwnd)
1163 BTF_ID_FLAGS(func, bbr_cwnd_event)
1164 BTF_ID_FLAGS(func, bbr_ssthresh)
1165 BTF_ID_FLAGS(func, bbr_min_tso_segs)
1166 BTF_ID_FLAGS(func, bbr_set_state)
/net/can/
A Daf_can.c445 canid_t mask, void (*func)(struct sk_buff *, void *), in can_rx_register()
473 rcv->func = func; in can_rx_register()
514 canid_t mask, void (*func)(struct sk_buff *, void *), in can_rx_unregister()
539 rcv->func == func && rcv->data == data) in can_rx_unregister()
575 rcv->func(skb, rcv->data); in deliver()
840 .func = can_rcv,
845 .func = canfd_rcv,
850 .func = canxl_rcv,
/net/llc/
A Dllc_core.c92 int (*func)(struct sk_buff *skb, in llc_sap_open()
106 sap->rcv_func = func; in llc_sap_open()
135 .func = llc_rcv,
/net/bluetooth/cmtp/
A Dcapi.c188 __u16 appl, msgnum, func, info; in cmtp_recv_interopmsg() local
198 func = CAPIMSG_U16(skb->data, CAPI_MSG_BASELEN + 5); in cmtp_recv_interopmsg()
201 switch (func) { in cmtp_recv_interopmsg()
284 func = CAPIMSG_U16(skb->data, CAPI_MSG_BASELEN + 3); in cmtp_recv_interopmsg()
286 if (func == CAPI_FUNCTION_LOOPBACK) { in cmtp_recv_interopmsg()
291 cmtp_send_interopmsg(session, CAPI_RESP, appl, msgnum, func, in cmtp_recv_interopmsg()
/net/xfrm/
A Dxfrm_interface_bpf.c97 BTF_ID_FLAGS(func, bpf_skb_get_xfrm_info)
98 BTF_ID_FLAGS(func, bpf_skb_set_xfrm_info)
A Dxfrm_state_bpf.c121 BTF_ID_FLAGS(func, bpf_xdp_get_xfrm_state, KF_RET_NULL | KF_ACQUIRE)
122 BTF_ID_FLAGS(func, bpf_xdp_xfrm_state_release, KF_RELEASE)
/net/switchdev/
A Dswitchdev.c61 switchdev_deferred_func_t *func; member
95 dfitem->func(dfitem->dev, dfitem->data); in switchdev_deferred_process()
113 switchdev_deferred_func_t *func) in switchdev_deferred_enqueue() argument
121 dfitem->func = func; in switchdev_deferred_enqueue()
457 if ((dfitem->func == switchdev_port_obj_add_deferred && in switchdev_port_obj_act_is_deferred()
459 (dfitem->func == switchdev_port_obj_del_deferred && in switchdev_port_obj_act_is_deferred()
/net/ipv6/
A Dip6_fib.c45 int (*func)(struct fib6_info *, void *arg); member
501 w->func = fib6_node_dump; in fib6_tables_dump()
667 w->func = fib6_dump_node; in inet6_dump_fib()
2171 err = w->func(w); in fib6_walk_continue()
2239 if (!c->func) { in fib6_clean_node()
2246 res = c->func(rt, c->arg); in fib6_clean_node()
2289 c.w.func = fib6_clean_node; in fib6_clean_tree()
2293 c.func = func; in fib6_clean_tree()
2316 func, sernum, arg, skip_notify); in __fib6_clean_all()
2330 int (*func)(struct fib6_info *, void *), in fib6_clean_all_skip_notify()
[all …]
/net/9p/
A Dmod.c31 void _p9_debug(enum p9_debug_flags level, const char *func, in _p9_debug() argument
48 pr_notice("-- %s (%d): %pV", func, task_pid_nr(current), &vaf); in _p9_debug()
/net/bluetooth/
A Dhci_drv.c95 if (!handler || !handler->func) in hci_drv_process_cmd()
103 return handler->func(hdev, skb->data, len); in hci_drv_process_cmd()
A Dhci_sync.c328 if (entry->func) { in hci_cmd_sync_work()
332 err = entry->func(hdev, entry->data); in hci_cmd_sync_work()
719 entry->func = func; in hci_cmd_sync_submit()
759 if (func && entry->func != func) in _hci_cmd_sync_lookup_entry()
805 return func(hdev, data); in hci_cmd_sync_run()
823 return hci_cmd_sync_run(hdev, func, data, destroy); in hci_cmd_sync_run_once()
861 hci_cmd_sync_work_func_t func, in hci_cmd_sync_dequeue_once() argument
3597 int (*func)(struct hci_dev *hdev); member
3606 for (i = 0; stage[i].func; i++) { in hci_init_stage_sync()
3609 err = stage[i].func(hdev); in hci_init_stage_sync()
[all …]
/net/smc/
A Dsmc_rx.c351 int (*func)(struct smc_connection *conn, size_t baseline); in smc_rx_recvmsg() local
441 func = smc_rx_data_available_and_no_splice_pend; in smc_rx_recvmsg()
443 func = smc_rx_data_available; in smc_rx_recvmsg()
444 smc_rx_wait(smc, &timeo, peeked_bytes, func); in smc_rx_recvmsg()
/net/ax25/
A Dax25_iface.c166 res = protocol->func; in ax25_protocol_function()
196 lf->func(ax25, reason); in ax25_link_failed()
A Dax25_in.c101 int (*func)(struct sk_buff *, ax25_cb *); in ax25_rx_iframe() local
136 if ((func = ax25_protocol_function(pid)) != NULL) { in ax25_rx_iframe()
138 return (*func)(skb, ax25); in ax25_rx_iframe()
/net/mptcp/
A Dbpf.c24 BTF_ID_FLAGS(func, update_socket_protocol)

Completed in 90 milliseconds

1234