Home
last modified time | relevance | path

Searched refs:ATMTCP_CTRL_CLOSE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Datm_tcp.h33 #define ATMTCP_CTRL_CLOSE 2 /* request/reply */ macro
/openbmc/linux/drivers/atm/
H A Datmtcp.c101 case ATMTCP_CTRL_CLOSE: in atmtcp_recv_control()
153 (void) atmtcp_send_control(vcc,ATMTCP_CTRL_CLOSE,&msg,ATM_VF_ADDR); in atmtcp_v_close()