| /net/sched/ |
| A D | bpf_qdisc.c | 274 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 D | info.c | 73 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 D | info.h | 22 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 D | nf_conntrack_bpf.c | 513 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 D | filter.c | 1896 .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 D | bpf_sk_storage.c | 329 .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 D | tcp_dctcp.c | 275 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 D | bpf_tcp_ca.c | 129 .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 D | tcp_cubic.c | 491 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 D | fou_bpf.c | 104 BTF_ID_FLAGS(func, bpf_skb_set_fou_encap) 105 BTF_ID_FLAGS(func, bpf_skb_get_fou_encap)
|
| A D | tcp_bbr.c | 1159 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 D | af_can.c | 445 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 D | llc_core.c | 92 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 D | capi.c | 188 __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 D | xfrm_interface_bpf.c | 97 BTF_ID_FLAGS(func, bpf_skb_get_xfrm_info) 98 BTF_ID_FLAGS(func, bpf_skb_set_xfrm_info)
|
| A D | xfrm_state_bpf.c | 121 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 D | switchdev.c | 61 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 D | ip6_fib.c | 45 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 D | mod.c | 31 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 D | hci_drv.c | 95 if (!handler || !handler->func) in hci_drv_process_cmd() 103 return handler->func(hdev, skb->data, len); in hci_drv_process_cmd()
|
| A D | hci_sync.c | 328 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 D | smc_rx.c | 351 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 D | ax25_iface.c | 166 res = protocol->func; in ax25_protocol_function() 196 lf->func(ax25, reason); in ax25_link_failed()
|
| A D | ax25_in.c | 101 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 D | bpf.c | 24 BTF_ID_FLAGS(func, update_socket_protocol)
|