Home
last modified time | relevance | path

Searched defs:app (Results 1 – 41 of 41) sorted by relevance

/linux-4.4.14/net/802/
Dmrp.c239 static struct mrp_attr *mrp_attr_lookup(const struct mrp_applicant *app, in mrp_attr_lookup()
259 static struct mrp_attr *mrp_attr_create(struct mrp_applicant *app, in mrp_attr_create()
292 static void mrp_attr_destroy(struct mrp_applicant *app, struct mrp_attr *attr) in mrp_attr_destroy()
298 static int mrp_pdu_init(struct mrp_applicant *app) in mrp_pdu_init()
321 static int mrp_pdu_append_end_mark(struct mrp_applicant *app) in mrp_pdu_append_end_mark()
332 static void mrp_pdu_queue(struct mrp_applicant *app) in mrp_pdu_queue()
349 static void mrp_queue_xmit(struct mrp_applicant *app) in mrp_queue_xmit()
357 static int mrp_pdu_append_msg_hdr(struct mrp_applicant *app, in mrp_pdu_append_msg_hdr()
378 static int mrp_pdu_append_vecattr_hdr(struct mrp_applicant *app, in mrp_pdu_append_vecattr_hdr()
394 static int mrp_pdu_append_vecattr_event(struct mrp_applicant *app, in mrp_pdu_append_vecattr_event()
[all …]
Dgarp.c150 static struct garp_attr *garp_attr_lookup(const struct garp_applicant *app, in garp_attr_lookup()
170 static struct garp_attr *garp_attr_create(struct garp_applicant *app, in garp_attr_create()
203 static void garp_attr_destroy(struct garp_applicant *app, struct garp_attr *attr) in garp_attr_destroy()
209 static int garp_pdu_init(struct garp_applicant *app) in garp_pdu_init()
231 static int garp_pdu_append_end_mark(struct garp_applicant *app) in garp_pdu_append_end_mark()
239 static void garp_pdu_queue(struct garp_applicant *app) in garp_pdu_queue()
257 static void garp_queue_xmit(struct garp_applicant *app) in garp_queue_xmit()
265 static int garp_pdu_append_msg(struct garp_applicant *app, u8 attrtype) in garp_pdu_append_msg()
277 static int garp_pdu_append_attr(struct garp_applicant *app, in garp_pdu_append_attr()
313 static void garp_attr_event(struct garp_applicant *app, in garp_attr_event()
[all …]
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_app.c50 static inline int ip_vs_app_get(struct ip_vs_app *app) in ip_vs_app_get()
56 static inline void ip_vs_app_put(struct ip_vs_app *app) in ip_vs_app_put()
78 ip_vs_app_inc_new(struct netns_ipvs *ipvs, struct ip_vs_app *app, __u16 proto, in ip_vs_app_inc_new()
178 register_ip_vs_app_inc(struct netns_ipvs *ipvs, struct ip_vs_app *app, __u16 proto, in register_ip_vs_app_inc()
194 struct ip_vs_app *register_ip_vs_app(struct netns_ipvs *ipvs, struct ip_vs_app *app) in register_ip_vs_app()
229 void unregister_ip_vs_app(struct netns_ipvs *ipvs, struct ip_vs_app *app) in unregister_ip_vs_app()
358 struct ip_vs_app *app) in app_tcp_pkt_out()
409 struct ip_vs_app *app; in ip_vs_app_pkt_out() local
433 struct ip_vs_app *app) in app_tcp_pkt_in()
484 struct ip_vs_app *app; in ip_vs_app_pkt_in() local
[all …]
Dip_vs_ftp.c66 ip_vs_ftp_init_conn(struct ip_vs_app *app, struct ip_vs_conn *cp) in ip_vs_ftp_init_conn()
75 ip_vs_ftp_done_conn(struct ip_vs_app *app, struct ip_vs_conn *cp) in ip_vs_ftp_done_conn()
169 static int ip_vs_ftp_out(struct ip_vs_app *app, struct ip_vs_conn *cp, in ip_vs_ftp_out()
311 static int ip_vs_ftp_in(struct ip_vs_app *app, struct ip_vs_conn *cp, in ip_vs_ftp_in()
440 struct ip_vs_app *app; in __ip_vs_ftp_init() local
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_dcb_nl.c214 struct i40e_dcb_app_priority_table *app) in i40e_dcbnl_vsi_del_app()
236 struct i40e_dcb_app_priority_table *app) in i40e_dcbnl_del_app()
258 struct i40e_dcb_app_priority_table *app) in i40e_dcbnl_find_app()
285 struct i40e_dcb_app_priority_table app; in i40e_dcbnl_flush_apps() local
Di40e_dcb.c382 struct i40e_cee_app_prio *app; in i40e_parse_cee_app_tlv() local
Di40e_fcoe.c336 struct i40e_dcb_app_priority_table app; in i40e_get_fcoe_tc_map() local
Di40e_main.c4432 struct i40e_dcb_app_priority_table app; in i40e_get_iscsi_tc_map() local
Di40e_type.h485 struct i40e_dcb_app_priority_table app[I40E_DCBX_MAX_APPS]; member
/linux-4.4.14/net/bluetooth/cmtp/
Dcapi.c75 struct cmtp_application *app = kzalloc(sizeof(*app), GFP_KERNEL); in cmtp_application_add() local
90 static void cmtp_application_del(struct cmtp_session *session, struct cmtp_application *app) in cmtp_application_del()
102 struct cmtp_application *app; in cmtp_application_get() local
513 struct cmtp_application *app; in cmtp_proc_show() local
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c59 struct dcb_app app = { in ixgbe_copy_dcb_cfg() local
394 struct dcb_app app = { in ixgbe_dcbnl_set_all() local
501 struct dcb_app app = { in ixgbe_dcbnl_getapp() local
643 struct dcb_app *app) in ixgbe_dcbnl_ieee_setapp()
688 struct dcb_app *app) in ixgbe_dcbnl_ieee_delapp()
Dixgbe_main.c6397 struct dcb_app app = { in ixgbe_update_default_up() local
/linux-4.4.14/net/dcb/
Ddcbnl.c479 struct dcb_app app = { in dcbnl_getapp() local
547 struct dcb_app app; in dcbnl_setapp() local
1002 struct nlattr *app; in dcbnl_build_peer_app() local
1035 struct nlattr *ieee, *app; in dcbnl_ieee_fill() local
1221 struct nlattr *cee, *app; in dcbnl_cee_fill() local
1757 static struct dcb_app_type *dcb_app_lookup(const struct dcb_app *app, in dcb_app_lookup()
1773 static int dcb_app_add(const struct dcb_app *app, int ifindex) in dcb_app_add()
1795 u8 dcb_getapp(struct net_device *dev, struct dcb_app *app) in dcb_getapp()
1856 u8 dcb_ieee_getapp_mask(struct net_device *dev, struct dcb_app *app) in dcb_ieee_getapp_mask()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_dcb.c77 struct dcb_app app; in cxgb4_dcb_cleanup_apps() local
344 struct dcb_app app = { in cxgb4_dcb_handle_fw_update() local
882 struct dcb_app app = { in cxgb4_setapp() local
1004 static int cxgb4_ieee_getapp(struct net_device *dev, struct dcb_app *app) in cxgb4_ieee_getapp()
1026 static int cxgb4_ieee_setapp(struct net_device *dev, struct dcb_app *app) in cxgb4_ieee_setapp()
/linux-4.4.14/drivers/media/pci/zoran/
Dzr36060.c822 struct jpeg_app_marker *app = data; in zr36060_control() local
832 struct jpeg_app_marker *app = data; in zr36060_control() local
Dzr36050.c715 struct jpeg_app_marker *app = data; in zr36050_control() local
725 struct jpeg_app_marker *app = data; in zr36050_control() local
Dzr36050.h59 struct jpeg_app_marker app; member
Dzr36060.h58 struct jpeg_app_marker app; member
Dzoran_device.c978 struct jpeg_app_marker app; in zr36057_enable_jpg() local
/linux-4.4.14/drivers/pci/host/
Dpci-keystone.h35 struct resource app; member
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c89 u32 app[QLC_DCB_MAX_APP]; member
103 __le32 app[QLC_DCB_MAX_APP]; member
158 struct qlcnic_dcb_app app[QLC_DCB_MAX_APP]; member
715 struct qlcnic_dcb_app *app; in qlcnic_dcb_fill_cee_app_params() local
932 struct dcb_app app = { in qlcnic_dcb_get_app() local
1044 struct qlcnic_dcb_app *app; in qlcnic_dcb_peer_app_table() local
/linux-4.4.14/drivers/net/can/softing/
Dsofting_platform.h31 } boot, load, app; member
/linux-4.4.14/drivers/of/
Ddevice.c235 struct alias_prop *app; in of_device_uevent() local
Dbase.c1963 struct alias_prop *app; in of_alias_get_id() local
1991 struct alias_prop *app; in of_alias_get_highest_id() local
/linux-4.4.14/tools/perf/scripts/python/
Dcall-graph-from-postgresql.py322 app = QApplication(sys.argv) variable
/linux-4.4.14/include/net/
Dgarp.h99 struct garp_application *app; member
Ddcbnl.h26 struct dcb_app app; member
Dmrp.h112 struct mrp_application *app; member
Dip_vs.h560 struct ip_vs_app *app; /* bound ip_vs_app object */ member
747 struct ip_vs_app *app; /* its real application */ member
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.h66 struct bnx2x_dcbx_app_params app; member
Dbnx2x_dcb.c194 struct dcbx_app_priority_feature *app, in bnx2x_dcbx_get_ap_feature()
685 struct dcb_app app; in bnx2x_dcbnl_update_applist() local
Dbnx2x_main.c3409 struct bnx2x_dcbx_app_params *app = &bp->dcbx_port_params.app; in bnx2x_drv_info_fcoe_stat() local
3511 struct bnx2x_dcbx_app_params *app = &bp->dcbx_port_params.app; in bnx2x_drv_info_iscsi_stat() local
Dbnx2x_hsi.h1867 struct dcbx_app_priority_feature app; member
/linux-4.4.14/net/sctp/
Dinput.c472 struct sctp_association **app, in sctp_err_lookup()
/linux-4.4.14/arch/x86/kernel/
De820.c244 struct change_member * const *app = a, * const *bpp = b; in cpcompare() local
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
Dphy.c605 int app, dBd; in lin2dBd() local
/linux-4.4.14/tools/perf/util/
Dmap.c88 char *ndk, *app; in replace_android_lib() local
/linux-4.4.14/drivers/hid/
Dhid-rmi.c1281 unsigned app = (*report)->field[i]->application; in rmi_check_valid_report_id() local
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c2275 struct dcb_app app = { in fcoe_dcb_create() local
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_type.h475 struct i40e_ieee_app_priority_table app[I40E_DCBX_MAX_APPS]; member
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_hsi.h3604 struct dcbx_app_priority_feature app; member