TCP_BPF_TX
prot[TCP_BPF_TX] = prot[TCP_BPF_BASE];
prot[TCP_BPF_TX].sendmsg = tcp_bpf_sendmsg;
prot[TCP_BPF_TXRX] = prot[TCP_BPF_TX];
int config = psock->progs.msg_parser ? TCP_BPF_TX : TCP_BPF_BASE;
config = (config == TCP_BPF_TX) ? TCP_BPF_TXRX : TCP_BPF_RX;